diff options
author | joerg <joerg> | 2011-09-29 12:53:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-09-29 12:53:58 +0000 |
commit | 34558b0a4b8b200b17fa8d68b294750500c055d5 (patch) | |
tree | ada57c3183f582cc229c2e304827c08dfbfe3d8e /databases/py-postgresql | |
parent | 8572e054f59b258d53733d55625b803554bed812 (diff) | |
download | pkgsrc-34558b0a4b8b200b17fa8d68b294750500c055d5.tar.gz |
Remove Python 2.3 from the list of supported versions
Diffstat (limited to 'databases/py-postgresql')
-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} |