diff options
Diffstat (limited to 'textproc/py-libxml2/Makefile')
-rw-r--r-- | textproc/py-libxml2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 2c9da51d82d..2d1abbfe6f6 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2006/12/01 11:02:50 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2007/07/09 14:53:23 drochner Exp $ -DISTNAME= libxml2-2.6.27 +DISTNAME= libxml2-2.6.29 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ftp://xmlsoft.org/libxml2/ @@ -11,7 +11,6 @@ HOMEPAGE= http://xmlsoft.org/ COMMENT= Python wrapper for libxml2 WRKSRC= ${WRKDIR}/${DISTNAME}/python -PYTHON_VERSIONS_ACCEPTED= 24 23 PYDISTUTILSPKG= YES PYBINMODULE= YES NO_CONFIGURE= YES |