diff options
author | jlam <jlam> | 2002-09-22 10:29:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-22 10:29:42 +0000 |
commit | eb9fdce4298364d970930fb7dcad451582c9c77a (patch) | |
tree | 8e17a126eee186c626e5eb3d35b15da68b905e19 /math | |
parent | c411cc3abdbb7a13ddd1402839b2978a9c40eef0 (diff) | |
download | pkgsrc-eb9fdce4298364d970930fb7dcad451582c9c77a.tar.gz |
Use buildlink2.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 57ea6fac98b..f3b1bd23c4c 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/09/21 23:46:53 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2002/09/22 10:29:42 jlam Exp $ DISTNAME= Numeric-20.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.pfdubois.com/numpy/ COMMENT= Adds multidimensional numeric arrays to Python +USE_BUILDLINK2= yes + PYTHON_VERSIONS_ACCEPTED= 22 21 20 PYDISTUTILSPKG= yes PYBINMODULE= yes |