summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-02 23:31:33 +0000
committerjoerg <joerg>2006-06-02 23:31:33 +0000
commit8434481a44f2fe63e955349d2b79effe1c557f7d (patch)
tree166baf232cb5e177a42da55ed5b520eb262e56c8 /databases/py-PgSQL
parent1980bcf536dc90e5993cc27e2f36d53ce9108f8c (diff)
downloadpkgsrc-8434481a44f2fe63e955349d2b79effe1c557f7d.tar.gz
Dependency (mxDateTime) doesn't exist for Python 2.0.
Diffstat (limited to 'databases/py-PgSQL')
-rw-r--r--databases/py-PgSQL/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile
index 95967c10448..73427549821 100644
--- a/databases/py-PgSQL/Makefile
+++ b/databases/py-PgSQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/02/05 23:08:35 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/02 23:31:33 joerg Exp $
#
DISTNAME= pyPgSQL-2.4
@@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/pypgsql
PYDISTUTILSPKG= YES
PYBINMODULE= YES
PY_PATCHPLIST= YES
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"