diff options
author | marino <marino@pkgsrc.org> | 2012-03-14 15:09:23 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-03-14 15:09:23 +0000 |
commit | 0a3faf0a2e2b04fe18381a1f8fb5183140e66386 (patch) | |
tree | 0b9d41765871f1fcc7094707505cc1a66c4f0f4e /textproc/yelp-xsl | |
parent | 55c39c5a10e2ba6f8fbb946df70551b08a1b789e (diff) | |
download | pkgsrc-0a3faf0a2e2b04fe18381a1f8fb5183140e66386.tar.gz |
textproc/yelp-xsl: USE_TOOLS+= msgfmt
Diffstat (limited to 'textproc/yelp-xsl')
-rw-r--r-- | textproc/yelp-xsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile index 8333417b414..e68aab08f5f 100644 --- a/textproc/yelp-xsl/Makefile +++ b/textproc/yelp-xsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/02/10 17:57:37 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2012/03/14 15:09:23 marino Exp $ # DISTNAME= yelp-xsl-3.3.2 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config intltool +USE_TOOLS+= pkg-config intltool msgfmt USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= yelp-xsl.pc.in |