summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-07 12:48:44 +0000
committerjoerg <joerg>2006-06-07 12:48:44 +0000
commit474948f93adae379d97eb97b409a562ff7116994 (patch)
treed9e3c3aa69bdec5b7edf44f69007d747e26c8b5d /textproc
parent57ba6772e304496569547ec2efbde2fedeaed8a3 (diff)
downloadpkgsrc-474948f93adae379d97eb97b409a562ff7116994.tar.gz
Needs Python 2.1+
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-elementtree/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile
index c26da14de98..2718913595c 100644
--- a/textproc/py-elementtree/Makefile
+++ b/textproc/py-elementtree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:06 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/06/07 12:48:44 joerg Exp $
#
DISTNAME= elementtree-1.2.6-20050316
@@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"