diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 18:51:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 18:51:19 +0000 |
commit | c5ac4d61a10c1bbb8bd341741741609a774f414f (patch) | |
tree | adaf82d40263eed4d50792f9b27e21722e218159 /geography | |
parent | d091982bc265128c74799389f28f73bbb93f7a31 (diff) | |
download | pkgsrc-c5ac4d61a10c1bbb8bd341741741609a774f414f.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} |