summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-08 12:22:17 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-08 12:22:17 +0000
commite536d722c6201ec8a2879eda92d4a5552aaf4f03 (patch)
tree6616134c8971a770d3ae9811470598f34ad5dcb1 /databases
parent91658a64d4441adc12e69c39b83aa8644746eba9 (diff)
downloadpkgsrc-e536d722c6201ec8a2879eda92d4a5552aaf4f03.tar.gz
Needs Python 2.2+
Diffstat (limited to 'databases')
-rw-r--r--databases/py-bdb-xml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-bdb-xml/Makefile b/databases/py-bdb-xml/Makefile
index 6b33ebcc6f5..2129e844bbd 100644
--- a/databases/py-bdb-xml/Makefile
+++ b/databases/py-bdb-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/05/14 17:16:46 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/08 12:22:17 joerg Exp $
DISTNAME= dbxml-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/db/bdb-/}
@@ -18,6 +18,8 @@ NO_CONFIGURE= YES
USE_LANGUAGES= c c++
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
+
.include "../../lang/python/extension.mk"
PYSETUPBUILDARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db4} \
--with-xerces=${BUILDLINK_PREFIX.xerces-c} \