- fix MASTER_SITES
- depend on xml.5 specifically (not just xml) - add WWW: line PR: 31609 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
a0bcc8c4d4
commit
4a4f9c4439
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49589
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue