summaryrefslogtreecommitdiff
path: root/math/py-fpconst
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-03-20 17:30:09 +0000
committerjoerg <joerg@pkgsrc.org>2009-03-20 17:30:09 +0000
commit0d0e90a320db4ce34595ef02e4914c67eb4505a6 (patch)
tree9f978b303280101c03b347d950a3af070d2c7dd8 /math/py-fpconst
parent6bb47a3368895a0ecd013ad4266ac1e1d169453e (diff)
downloadpkgsrc-0d0e90a320db4ce34595ef02e4914c67eb4505a6.tar.gz
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
Diffstat (limited to 'math/py-fpconst')
-rw-r--r--math/py-fpconst/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-fpconst/buildlink3.mk b/math/py-fpconst/buildlink3.mk
index 4dfc3428968..0e63e393ba9 100644
--- a/math/py-fpconst/buildlink3.mk
+++ b/math/py-fpconst/buildlink3.mk
@@ -1,10 +1,8 @@
-# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 23:10:59 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 17:30:11 joerg Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PY_FPCONST_BUILDLINK3_MK:= ${PY_FPCONST_BUILDLINK3_MK}+
-.include "../../lang/python/pyversion.mk"
-
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= py-fpconst
.endif
@@ -14,6 +12,8 @@ BUILDLINK_PACKAGES+= py-fpconst
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}py-fpconst
.if !empty(PY_FPCONST_BUILDLINK3_MK:M+)
+.include "../../lang/python/pyversion.mk"
+
BUILDLINK_API_DEPENDS.py-fpconst+= ${PYPKGPREFIX}-fpconst>=0.7.0
BUILDLINK_ABI_DEPENDS.py-fpconst?= ${PYPKGPREFIX}-fpconst>=0.7.0nb1
BUILDLINK_PKGSRCDIR.py-fpconst?= ../../math/py-fpconst