summaryrefslogtreecommitdiff
path: root/math/py-Numeric
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-15 18:38:46 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-15 18:38:46 +0000
commit04f5bd383cd8b82812c21990001940439e039c14 (patch)
tree85a332712ad9e19a66a0a66875fe6697af5a30c6 /math/py-Numeric
parent93cff951a9db72df8c7518305fd5e2023b28db08 (diff)
downloadpkgsrc-04f5bd383cd8b82812c21990001940439e039c14.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