diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 22:59:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 22:59:12 +0000 |
commit | 889130be07cac4ba9d4eb6366fe05963b7b658ed (patch) | |
tree | daee0317872f8a51499f45ffd3fc1366a42f0089 /www | |
parent | 51679fa80ba8295f921b653b3d608de6faf57bc6 (diff) | |
download | pkgsrc-889130be07cac4ba9d4eb6366fe05963b7b658ed.tar.gz |
Needs msgfmt.
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml38/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index a58e85df038..fed8c05033f 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/21 22:59:12 joerg Exp $ # DISTNAME= gtkhtml-3.10.1 @@ -15,7 +15,7 @@ COMMENT= Lightweight HTML rendering/printing/editing engine GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt PKGCONFIG_OVERRIDE+= src/libgtkhtml.pc.in |