diff options
author | joerg <joerg@pkgsrc.org> | 2011-09-29 12:53:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-09-29 12:53:58 +0000 |
commit | 363369eaf8b7074b2aa39a0b66ebfb30e4b0076c (patch) | |
tree | ada57c3183f582cc229c2e304827c08dfbfe3d8e /databases/py-postgresql/Makefile | |
parent | 51abfcf6dcb2588e3eebf4c397069c6fb27cf05f (diff) | |
download | pkgsrc-363369eaf8b7074b2aa39a0b66ebfb30e4b0076c.tar.gz |
Remove Python 2.3 from the list of supported versions
Diffstat (limited to 'databases/py-postgresql/Makefile')
-rw-r--r-- | databases/py-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index c16b4a1e49d..034f5e69f55 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2011/08/27 22:06:31 darcy Exp $ +# $NetBSD: Makefile,v 1.60 2011/09/29 12:53:58 joerg Exp $ DISTNAME= PyGreSQL-4.0 PKGNAME= ${PYPKGPREFIX}-postgresql-4.0 @@ -20,7 +20,7 @@ USE_TOOLS+= gmake MAKE_FILE= GNUmakefile MAKE_ENV+= INSTALLED_LIBPQ=1 -PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 23 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 PY_PATCHPLIST= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} |