diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-11 22:50:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-11 22:50:09 +0000 |
commit | 29e895b15738d89b39a7df6c890035a7acf5e7bc (patch) | |
tree | f3b6d15da133530a621e87029e67bbddbd207f56 /math/py-scipy | |
parent | 0a3668f28c96479a725c4e655a09af73b4904300 (diff) | |
download | pkgsrc-29e895b15738d89b39a7df6c890035a7acf5e7bc.tar.gz |
Python 2.3 doesn't work, so remove it.
Diffstat (limited to 'math/py-scipy')
-rw-r--r-- | math/py-scipy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 4a59cdae0e1..13a96a0a52b 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 22:14:28 markd Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/11 22:50:09 joerg Exp $ DISTNAME= scipy-0.6.0 PKGNAME= ${PYPKGPREFIX}-scipy-0.6.0 @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} -PYTHON_VERSIONS_ACCEPTED= 25 24 23 +PYTHON_VERSIONS_ACCEPTED= 25 24 USE_LANGUAGES+= c c++ fortran MAKE_ENV+= ATLAS=None |