summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/py-pgnotify/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-pgnotify/Makefile b/databases/py-pgnotify/Makefile
index 3d251efd22f..f24dd3e230f 100644
--- a/databases/py-pgnotify/Makefile
+++ b/databases/py-pgnotify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/03/18 18:37:59 darcy Exp $
+# $NetBSD: Makefile,v 1.13 2011/08/29 21:15:18 joerg Exp $
#
DISTNAME= pgnotify-0.1
@@ -14,6 +14,8 @@ COMMENT= Python interface to PostgreSQL LISTEN/NOTIFY
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
+
DEPENDS+= ${PYPKGPREFIX}-postgresql-[0-9]*:../../databases/py-postgresql
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}