summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authorjoerg <joerg>2011-09-29 12:53:58 +0000
committerjoerg <joerg>2011-09-29 12:53:58 +0000
commit6bf8ce7dfea9b66b91e74afa1f60ec86c97391fb (patch)
treeada57c3183f582cc229c2e304827c08dfbfe3d8e /databases/py-postgresql
parent7eef3ab111a741a526d26512d05569204ed9a443 (diff)
downloadpkgsrc-6bf8ce7dfea9b66b91e74afa1f60ec86c97391fb.tar.gz
Remove Python 2.3 from the list of supported versions
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile4
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}