diff options
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 17fbf4ba163..ed5747d422a 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2003/09/13 07:23:36 jdolecek Exp $ +# $NetBSD: Makefile,v 1.37 2003/10/05 10:10:06 wiz Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -15,8 +15,7 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in -LIBXML_VERSION= 2.5.10 -PKGREVISION= 1 +LIBXML_VERSION= 2.5.11 PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION} GNU_CONFIGURE= yes |