diff options
author | obache <obache> | 2011-06-14 09:48:21 +0000 |
---|---|---|
committer | obache <obache> | 2011-06-14 09:48:21 +0000 |
commit | a693655a4df017dbd565bffd53fbf89dd98b9e39 (patch) | |
tree | 51364196263937a90c9ce551700e08a54d600b56 /geography | |
parent | 3c136a33af7535c7689baa967bbec191b71e804f (diff) | |
download | pkgsrc-a693655a4df017dbd565bffd53fbf89dd98b9e39.tar.gz |
remove PYTHON_VERSION_ACCEPTED, just require python24+.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/py-proj/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/geography/py-proj/Makefile b/geography/py-proj/Makefile index 783d32d254a..9bd2ba0da80 100644 --- a/geography/py-proj/Makefile +++ b/geography/py-proj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/03/14 16:32:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2011/06/14 09:48:21 obache Exp $ # DISTNAME= pyproj-1.8.3 @@ -12,7 +12,6 @@ COMMENT= Python wrapper for proj PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 25 24 PYDISTUTILSPKG= true INSTALLATION_DIRS= share/doc/${PKGNAME} |