diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
commit | 9a2074208a4150656758529617b71904311ce3fc (patch) | |
tree | a32b43bedb61c01f43058cd8394b9464563c3fc5 /databases/py-postgresql | |
parent | 17b23237e84305c5999403dc364ee1f90d1a1e55 (diff) | |
download | pkgsrc-9a2074208a4150656758529617b71904311ce3fc.tar.gz |
Retire Python 2.3 support.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r-- | databases/py-postgresql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 9c94a356e9a..ba716ed077f 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2009/03/18 18:37:59 darcy Exp $ +# $NetBSD: Makefile,v 1.57 2009/09/07 19:02:13 joerg Exp $ DISTNAME= PyGreSQL-4.0 PKGNAME= ${PYPKGPREFIX}-postgresql-4.0 @@ -21,7 +21,6 @@ MAKE_ENV+= INSTALLED_LIBPQ=1 PY_PATCHPLIST= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} -PYTHON_VERSIONS_ACCEPTED= 26 25 24 23 PYDISTUTILSPKG= yes DOCDIR= ${PREFIX}/share/doc/${PYPKGPREFIX}-postgresql |