summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-25 19:49:03 +0000
committerjoerg <joerg>2008-04-25 19:49:03 +0000
commit2c30d42dbd12250c9fc1c6efb6841526bd27f283 (patch)
tree6edb2483319a2ac02cf523eb27e72ac9b22c6699 /textproc
parent830a26fd01c09a4903263742d5187cc7e099bffb (diff)
downloadpkgsrc-2c30d42dbd12250c9fc1c6efb6841526bd27f283.tar.gz
Explicitly include Python 2.1 as it is required by Zope 2.5.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-xml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile
index a4120603426..4f54a7fe65a 100644
--- a/textproc/py-xml/Makefile
+++ b/textproc/py-xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/11/05 17:06:43 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2008/04/25 19:49:03 joerg Exp $
#
DISTNAME= PyXML-0.8.4
@@ -13,6 +13,8 @@ COMMENT= Collection of libraries to process XML with Python
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_ACCEPTED= 25 24 23 21
+
CONFLICTS+= PyXML-[0-9]*
PYDISTUTILSPKG= yes