diff options
author | joerg <joerg> | 2009-06-26 19:47:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-26 19:47:14 +0000 |
commit | 60d74276466074684c15e50ea73d56eb7b2cd599 (patch) | |
tree | 7e7ccf0d58316ca36adff8344fae229404277b09 /math | |
parent | 50cfd7ac10cdbfe0751c329756ff4896649345a2 (diff) | |
download | pkgsrc-60d74276466074684c15e50ea73d56eb7b2cd599.tar.gz |
Allow Python 2.6 to fix dependencies of a number of other packages.
Seems to build fine.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numpy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 51694346a5e..1eca674fff4 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/12/19 22:09:55 markd Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/26 19:47:14 joerg Exp $ # DISTNAME= numpy-1.1.0 @@ -13,7 +13,6 @@ COMMENT= Array processing for numbers, strings, records, and objects PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 25 24 23 USE_LANGUAGES+= c fortran PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} MAKE_ENV+= ATLAS=None |