diff options
author | tron <tron> | 2009-09-23 09:54:45 +0000 |
---|---|---|
committer | tron <tron> | 2009-09-23 09:54:45 +0000 |
commit | 5a69e91ec229b4560f7a6079244fccfdd3fdd5fb (patch) | |
tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 /math/py-scipy/Makefile | |
parent | 9150e0b67fb005498fb9b861285824b6bd90b757 (diff) | |
download | pkgsrc-5a69e91ec229b4560f7a6079244fccfdd3fdd5fb.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/py-scipy/Makefile')
-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 |