diff options
author | martti <martti@pkgsrc.org> | 2002-05-17 13:02:29 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-05-17 13:02:29 +0000 |
commit | d4411c6427d90b3f8a55410360a42e15ed1ce291 (patch) | |
tree | 8ca92eb15c16f908ed78b055b67dcb216eaea8d0 /textproc/libxml2/Makefile | |
parent | 0bd0cda561809519ec22e46ed5282b598ccb79fe (diff) | |
download | pkgsrc-d4411c6427d90b3f8a55410360a42e15ed1ce291.tar.gz |
Updated libxml2 to 2.4.21 (only bug fixes according to ChangeLog)
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 5dce63c5ee5..6d4b82f8179 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2002/04/28 22:12:05 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2002/05/17 13:02:29 martti Exp $ -DISTNAME= libxml2-2.4.20 +DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/} @@ -13,6 +13,9 @@ USE_GMAKE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBXML_VERSION= 2.4.21 +PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION} + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc |