diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-28 22:12:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-28 22:12:05 +0000 |
commit | 60be09badf9534e517e3b52ca067ee70d4c868a7 (patch) | |
tree | 17ee44636adb5ffb0bd6bdc070d3236719c3fbc2 | |
parent | 0b66ddb0ea2c9addf1cefb4bbd48d4e516335242 (diff) | |
download | pkgsrc-60be09badf9534e517e3b52ca067ee70d4c868a7.tar.gz |
Uppercase XML.
-rw-r--r-- | textproc/libxml2/DESCR | 2 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxml2/DESCR b/textproc/libxml2/DESCR index ef67cf07147..60a932342b0 100644 --- a/textproc/libxml2/DESCR +++ b/textproc/libxml2/DESCR @@ -1 +1 @@ -xml parser library for GNOME +XML parser library for GNOME diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 0a7f0c86159..5dce63c5ee5 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/04/26 10:32:37 martti Exp $ +# $NetBSD: Makefile,v 1.13 2002/04/28 22:12:05 wiz Exp $ DISTNAME= libxml2-2.4.20 CATEGORIES= textproc @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://xmlsoft.org/ -COMMENT= Xml parser library for GNOME +COMMENT= XML parser library for GNOME USE_BUILDLINK_ONLY= yes USE_GMAKE= yes |