summaryrefslogtreecommitdiff
path: root/math/py-Numeric
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-15 18:38:46 +0000
committerdrochner <drochner>2002-01-15 18:38:46 +0000
commitdc715470d651b488c677545bcfd9d1f973c60c19 (patch)
tree85a332712ad9e19a66a0a66875fe6697af5a30c6 /math/py-Numeric
parente6cc63d1ca1d96a2bcf50511122662965dd32539 (diff)
downloadpkgsrc-dc715470d651b488c677545bcfd9d1f973c60c19.tar.gz
allow to override the required version just like other buildlink.mks do
Diffstat (limited to 'math/py-Numeric')
-rw-r--r--math/py-Numeric/buildlink.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-Numeric/buildlink.mk b/math/py-Numeric/buildlink.mk
index d2fddb138a5..db3540656d3 100644
--- a/math/py-Numeric/buildlink.mk
+++ b/math/py-Numeric/buildlink.mk
@@ -1,5 +1,6 @@
-# $NetBSD: buildlink.mk,v 1.1 2002/01/10 20:47:51 drochner Exp $
+# $NetBSD: buildlink.mk,v 1.2 2002/01/15 18:38:46 drochner Exp $
.include "../../lang/python/pyversion.mk"
-DEPENDS+= ${PYPKGPREFIX}-Numeric-*:../math/py-Numeric
+BUILDLINK_DEPENDS.pynumeric?= ${PYPKGPREFIX}-Numeric-*
+DEPENDS+= ${BUILDLINK_DEPENDS.pynumeric}:../math/py-Numeric