diff options
author | tron <tron@pkgsrc.org> | 2009-09-23 09:54:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-09-23 09:54:45 +0000 |
commit | 48371fd9b039d87ef0a3904bc2cb9100ba252671 (patch) | |
tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 /math | |
parent | aee74ee0248da3c147be68877bbcd32c5453dfa2 (diff) | |
download | pkgsrc-48371fd9b039d87ef0a3904bc2cb9100ba252671.tar.gz |
Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-scipy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 5395064f365..7a115cfa145 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/07/25 12:16:45 markd Exp $ +# $NetBSD: Makefile,v 1.4 2009/09/23 09:54:45 tron Exp $ DISTNAME= scipy-0.7.0 PKGNAME= ${PYPKGPREFIX}-scipy-0.7.0 @@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} -PYTHON_VERSIONS_ACCEPTED= 26 25 24 USE_LANGUAGES+= c c++ fortran MAKE_ENV+= ATLAS=None |