summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/py-psycopg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile
index 73c1533bd21..6eda32eb303 100644
--- a/databases/py-psycopg/Makefile
+++ b/databases/py-psycopg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2008/04/25 20:39:07 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2008/04/26 15:36:22 joerg Exp $
#
DISTNAME= psycopg-1.1.21
@@ -20,6 +20,8 @@ BUILD_TARGET= default
PY_PATCHPLIST= yes
+PYTHON_VERSIONS_ACCEPTED= 25 24 23 21
+
.include "../../lang/python/extension.mk"
.include "../../time/py-mxDateTime/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"