diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/getxml/Makefile | 5 | ||||
-rw-r--r-- | devel/getxml/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/getxml/Makefile b/devel/getxml/Makefile index a57317906d2d..252c8f4df239 100644 --- a/devel/getxml/Makefile +++ b/devel/getxml/Makefile @@ -9,11 +9,12 @@ PORTNAME= getxml PORTVERSION= 1.0.4 CATEGORIES= devel -MASTER_SITES= ftp://toutdoux.sourceforge.net/pub/toutdoux/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= toutdoux MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= xml:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml USE_GLIB= yes GNU_CONFIGURE= yes diff --git a/devel/getxml/pkg-descr b/devel/getxml/pkg-descr index 29f5cebd0cbe..56b6681d47d5 100644 --- a/devel/getxml/pkg-descr +++ b/devel/getxml/pkg-descr @@ -1,3 +1,5 @@ getxml is an XML internationalization tool; it is comprised of getxml-extract (makes the header for the gettext tool) and getxml-merge (merges XML and po files). + +WWW: http://www.gnu.org/software/toutdoux/en/index.html |