diff options
author | darcy <darcy@pkgsrc.org> | 2011-08-27 22:06:31 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2011-08-27 22:06:31 +0000 |
commit | 99e7e8fa2e3530ff5ef8891d711e72a9534022b3 (patch) | |
tree | 68f6bca7258f85a009d8be9ea2966938f96a3ffd /databases | |
parent | 818bb8d9e41abb29c542a3e2aa639eec6f42aede (diff) | |
download | pkgsrc-99e7e8fa2e3530ff5ef8891d711e72a9534022b3.tar.gz |
PyGreSQL doesn't work on Python 3 yet.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-postgresql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 6490bfc7a81..c16b4a1e49d 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2010/02/10 19:34:06 joerg Exp $ +# $NetBSD: Makefile,v 1.59 2011/08/27 22:06:31 darcy Exp $ DISTNAME= PyGreSQL-4.0 PKGNAME= ${PYPKGPREFIX}-postgresql-4.0 @@ -20,6 +20,8 @@ USE_TOOLS+= gmake MAKE_FILE= GNUmakefile MAKE_ENV+= INSTALLED_LIBPQ=1 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 23 + PY_PATCHPLIST= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} |