diff options
author | joerg <joerg> | 2009-02-09 18:51:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-09 18:51:19 +0000 |
commit | 5386d71fc293ea7c307768150e5bf96159cca8b8 (patch) | |
tree | adaf82d40263eed4d50792f9b27e21722e218159 /geography | |
parent | 1792104af1cbebcf0d9e5c8ec48a41e1d5d985f0 (diff) | |
download | pkgsrc-5386d71fc293ea7c307768150e5bf96159cca8b8.tar.gz |
Needs distutils feature from Python 2.4+.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/py-proj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/py-proj/Makefile b/geography/py-proj/Makefile index 631180326fb..a04aaedce96 100644 --- a/geography/py-proj/Makefile +++ b/geography/py-proj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:31 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2009/02/09 18:51:19 joerg Exp $ # DISTNAME= pyproj-1.8.3 @@ -12,6 +12,7 @@ COMMENT= Python wrapper for proj PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_ACCEPTED= 25 24 PYDISTUTILSPKG= true INSTALLATION_DIRS= share/doc/${PKGNAME} |