diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-27 06:35:07 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-27 06:35:07 +0800 |
commit | da2d5c605f25b1efdc63cb097ee7681d59345a7a (patch) | |
tree | 0bcce8f417d805f4480e679e604fad8f51c4f513 /textproc | |
parent | 2b974db93b15cf001f440ff48950c1bd819006ea (diff) | |
download | marcuscom-ports-da2d5c605f25b1efdc63cb097ee7681d59345a7a.tar marcuscom-ports-da2d5c605f25b1efdc63cb097ee7681d59345a7a.tar.gz marcuscom-ports-da2d5c605f25b1efdc63cb097ee7681d59345a7a.tar.bz2 marcuscom-ports-da2d5c605f25b1efdc63cb097ee7681d59345a7a.tar.lz marcuscom-ports-da2d5c605f25b1efdc63cb097ee7681d59345a7a.tar.xz marcuscom-ports-da2d5c605f25b1efdc63cb097ee7681d59345a7a.tar.zst marcuscom-ports-da2d5c605f25b1efdc63cb097ee7681d59345a7a.zip |
This needs gettext for intltool
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18500 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/yelp-xsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile index f0068e582..083325e76 100644 --- a/textproc/yelp-xsl/Makefile +++ b/textproc/yelp-xsl/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool USE_XZ= yes USE_GMAKE= yes -USES= pathfix pkgconfig +USES= gettext pathfix pkgconfig USE_GNOME= gnomeprefix intlhack libxml2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |