diff options
author | gls <gls@pkgsrc.org> | 2011-03-22 22:03:41 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2011-03-22 22:03:41 +0000 |
commit | 1f8757b392827ec074a87318418ca87213f9df82 (patch) | |
tree | a60ec2dfe3ec41a2ea31157226bf0b31d739d94a /textproc | |
parent | 4d8df4035aa85ad389dbd9ba7ba52b18d35d8806 (diff) | |
download | pkgsrc-1f8757b392827ec074a87318418ca87213f9df82.tar.gz |
gtk-doc requires msgfmt to build, so add it to USE_TOOLS.
Should fix build on DragonFly as reported in PR pkg/44757 by F. Tigeot.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtk-doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 2cf1780fd62..d383037cc41 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2011/02/27 15:14:32 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2011/03/22 22:03:41 gls Exp $ # DISTNAME= gtk-doc-1.17 @@ -19,7 +19,7 @@ DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE= gtk-doc.pc.in CONFIGURE_ARGS+= --with-xml-catalog=${XML_DEFAULT_CATALOG:Q} -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake perl:run pkg-config msgfmt .include "options.mk" |