diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-17 20:06:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-17 20:06:55 +0000 |
commit | d6dfd69fecc267407629d03bcf427fe69f262a89 (patch) | |
tree | 2b8b4116eb886a4e60196fdc48f5e67d3287af47 /textproc/libxml2/Makefile | |
parent | 7938a3212494afcd149dbcc853626fc53d4fac5d (diff) | |
download | pkgsrc-d6dfd69fecc267407629d03bcf427fe69f262a89.tar.gz |
Update libxml2 to 2.4.6. Changes from version 2.4.5 include bug fixes,
minor API enhancements, and updated documentation.
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 60afe45ec09..73c33ada8b5 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2001/10/03 22:36:40 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/10/17 20:06:55 jlam Exp $ -DISTNAME= libxml2-2.4.5 +DISTNAME= libxml2-2.4.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/} |