diff options
Diffstat (limited to 'textproc/py-libxml2/Makefile')
-rw-r--r-- | textproc/py-libxml2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 8f722e36e34..f8a72b6bf89 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2008/04/28 17:05:42 drochner Exp $ +# $NetBSD: Makefile,v 1.31 2008/10/16 13:32:49 drochner Exp $ -DISTNAME= libxml2-2.6.32 +DISTNAME= libxml2-2.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ftp://xmlsoft.org/libxml2/ -#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} +#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.7/} MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://xmlsoft.org/ |