diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-06 15:55:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-06 15:55:57 +0000 |
commit | 00d09102296b240936775d924b8bf14ab73793de (patch) | |
tree | 41c4944dbd7a8d65ade19d6cd42342a247be2439 /www | |
parent | e9a455da934381ed234026e25141b7d760db78fa (diff) | |
download | pkgsrc-00d09102296b240936775d924b8bf14ab73793de.tar.gz |
msgfmt build time dependency.
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 80a075fd846..30d52f2e044 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/05/31 22:12:18 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2005/12/06 15:55:57 joerg Exp $ DISTNAME= gtkhtml-1.1.10 PKGREVISION= 5 @@ -15,6 +15,7 @@ USE_TOOLS+= gmake USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES +BUILD_USES_MSGFMT= yes CONFIGURE_ARGS+= --enable-gtk-doc=no |