diff options
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 517e4161e03..8f328c6df83 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.6 1999/10/11 00:14:43 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2000/01/26 10:59:12 rh Exp $ # -DISTNAME= libxml-1.7.3 -CATEGORIES= textproc devel gnome +DISTNAME= libxml-1.8.5 +CATEGORIES= textproc devel lang gnome MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \ - ${MASTER_SITE_GNOME:=sources/libxml/} + ${MASTER_SITE_GNOME:=stable/sources/libxml/} MAINTAINER= rh@netbsd.org -HOMEPAGE= http://rufus.w3.org/veillard/XML/xml.html +HOMEPAGE= http://xmlsoft.org/ .include "../../mk/bsd.prefs.mk" |