summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-07 14:38:12 +0000
committerjoerg <joerg>2006-12-07 14:38:12 +0000
commit712bbe647475894eb10d5acfdd234ce1dd7a12c2 (patch)
treeb92ef6104852e063a15d32897c6b8c2baea9ba11 /textproc
parent56b5b4f9843bd6edf0e1c6298c584e17010c0914 (diff)
downloadpkgsrc-712bbe647475894eb10d5acfdd234ce1dd7a12c2.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/Makefile3
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