diff options
author | drochner <drochner@pkgsrc.org> | 2002-08-20 11:46:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-08-20 11:46:49 +0000 |
commit | 794047667e5ad63d958c470da09212daa3b9565f (patch) | |
tree | 2232f37824d0a41c9c09f1510ed88e9dbb1fcc3d /textproc/expat/Makefile | |
parent | 77ae0394e39b71dc1ad0fa6e7c0fabfc597e6d0d (diff) | |
download | pkgsrc-794047667e5ad63d958c470da09212daa3b9565f.tar.gz |
update to 1.95.4
changes since 1.95.2:
-Added the XML_ParserReset() API function
-Allow xmlwf to read from standard input
-Install a man page for xmlwf on Unix systems
-bugfixes
-unrelated portability enhancements
Diffstat (limited to 'textproc/expat/Makefile')
-rw-r--r-- | textproc/expat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 7d4e245748f..ae546d06637 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/10/01 03:07:21 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/08/20 11:46:49 drochner Exp $ # -DISTNAME= expat-1.95.2 +DISTNAME= expat-1.95.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} @@ -11,7 +11,7 @@ COMMENT= XML parser library written in C GNU_CONFIGURE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/conftools/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_GMAKE= YES USE_BUILDLINK_ONLY= YES |