diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 12:48:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 12:48:44 +0000 |
commit | f5bc7d82cb76bb98980214ded0b5128c4d99951f (patch) | |
tree | d9e3c3aa69bdec5b7edf44f69007d747e26c8b5d /textproc | |
parent | 77578f527b496b4072d599994547d1f6d5a40871 (diff) | |
download | pkgsrc-f5bc7d82cb76bb98980214ded0b5128c4d99951f.tar.gz |
Needs Python 2.1+
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-elementtree/Makefile | 3 |
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" |