diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-07 14:38:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-07 14:38:12 +0000 |
commit | 51bf492f3d7cd6c29a370ef98cf1f1f137663303 (patch) | |
tree | b92ef6104852e063a15d32897c6b8c2baea9ba11 /textproc | |
parent | d03bf6fe5ce14ceb275419622ffa3fb893e06f47 (diff) | |
download | pkgsrc-51bf492f3d7cd6c29a370ef98cf1f1f137663303.tar.gz |
py-libxml2 needs Python 2.3+, so py-libxslt has the same limitation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-libxslt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index d9adcde8c46..4fbe7f30d18 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/11/05 08:37:04 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2006/12/07 14:38:12 joerg Exp $ DISTNAME= libxslt-1.1.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,6 +13,7 @@ COMMENT= Python wrapper for libxslt DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.8:../../textproc/py-libxml2 WRKSRC= ${WRKDIR}/${DISTNAME}/python +PYTHON_VERSIONS_ACCEPTED= 24 23 PYDISTUTILSPKG= YES PYBINMODULE= YES NO_CONFIGURE= YES |