summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
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"