summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-16 20:32:42 +0000
committerdrochner <drochner>2002-01-16 20:32:42 +0000
commitbfe93e0f7d96836ed07722e4cf22ce4b5c2ca7d9 (patch)
tree3f67de6b79b5a9c636a31abaff62d0f76dd03bc6 /math
parenta7830269d9c6eb06eac4aa21754fa6256d886865 (diff)
downloadpkgsrc-bfe93e0f7d96836ed07722e4cf22ce4b5c2ca7d9.tar.gz
we need at least Python 2.0.1nb1 or 2.1.1nb1, 2.2 doesn't work at all
Diffstat (limited to 'math')
-rw-r--r--math/py-Scientific/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/py-Scientific/Makefile b/math/py-Scientific/Makefile
index 774443069ec..5e75b7877af 100644
--- a/math/py-Scientific/Makefile
+++ b/math/py-Scientific/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/01/16 19:45:26 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2002/01/16 20:32:42 drochner Exp $
DISTNAME= ScientificPython-2.2
PKGNAME= py-Scientific-2.2
@@ -12,6 +12,9 @@ COMMENT= Python modules for scientific computing
DEPENDS+= netcdf>=3.0:../../devel/netcdf
DEPENDS+= mpich>=1.2.1:../../parallel/mpi-ch
+BUILDLINK_DEPENDS.python20= python20>=2.0.1nb1
+BUILDLINK_DEPENDS.python21= python21>=2.1.1nb1
+PYTHON_VERSIONS_ACCEPTED= 20 21 # doesn't compile for 22
PYDISTUTILSPKG= yes
PYBINMODULE= yes