diff options
author | joerg <joerg@pkgsrc.org> | 2009-03-20 17:30:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-03-20 17:30:09 +0000 |
commit | 0d0e90a320db4ce34595ef02e4914c67eb4505a6 (patch) | |
tree | 9f978b303280101c03b347d950a3af070d2c7dd8 /x11/py-sip | |
parent | 6bb47a3368895a0ecd013ad4266ac1e1d169453e (diff) | |
download | pkgsrc-0d0e90a320db4ce34595ef02e4914c67eb4505a6.tar.gz |
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
Diffstat (limited to 'x11/py-sip')
-rw-r--r-- | x11/py-sip/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/py-sip/buildlink3.mk b/x11/py-sip/buildlink3.mk index 0e0cd4f383b..665f6ad8420 100644 --- a/x11/py-sip/buildlink3.mk +++ b/x11/py-sip/buildlink3.mk @@ -1,10 +1,8 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/10/08 14:10:45 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 17:30:13 joerg Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PY_SIP_BUILDLINK3_MK:= ${PY_SIP_BUILDLINK3_MK}+ -.include "../../lang/python/pyversion.mk" - .if ${BUILDLINK_DEPTH} == "+" BUILDLINK_DEPENDS+= py-sip .endif @@ -14,6 +12,8 @@ BUILDLINK_PACKAGES+= py-sip BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}py-sip .if ${PY_SIP_BUILDLINK3_MK} == "+" +.include "../../lang/python/pyversion.mk" + BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.7.7 BUILDLINK_PKGSRCDIR.py-sip?= ../../x11/py-sip .endif # PY_SIP_BUILDLINK3_MK |