1642c62f55
be included after pyversion.mk, which means the setting has no affect. --- Module Name: pkgsrc Committed By: sbd Date: Tue Aug 7 09:44:03 UTC 2012 Modified Files: pkgsrc/x11/py-qt4: buildlink3.mk Log Message: Set PYTHON_VERSIONS_INCOMPATIBLE+=25 in the buildlink3.mk so that dependent packages won't try to build with python25. Fixes Global dependency resolution failure. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-qt4/buildlink3.mk
14 lines
348 B
Makefile
14 lines
348 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2012/08/09 10:15:05 sbd Exp $
|
|
|
|
BUILDLINK_TREE+= py-qt4
|
|
|
|
.if !defined(PY_QT4_BUILDLINK3_MK)
|
|
PY_QT4_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.py-qt4+= ${PYPKGPREFIX}-qt4>=4.4.4
|
|
BUILDLINK_PKGSRCDIR.py-qt4?= ../../x11/py-qt4
|
|
.endif # PY_QT4_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-qt4
|