diff options
-rw-r--r-- | textproc/py-xmltools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-xmltools/Makefile b/textproc/py-xmltools/Makefile index 97a62be5a8c..afdadd57b36 100644 --- a/textproc/py-xmltools/Makefile +++ b/textproc/py-xmltools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:51 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/06/04 16:43:46 joerg Exp $ # DISTNAME= xmltools-1.3.7 @@ -14,6 +14,7 @@ COMMENT= High level tools to help using XML in python DEPENDS+= ${PYPKGPREFIX}-FourSuite>=0.12:../../textproc/py-FourSuite PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 .include "../../textproc/py-xml/buildlink3.mk" .include "../../x11/pygtk/buildlink3.mk" |