diff options
author | hasso <hasso@pkgsrc.org> | 2009-04-22 12:36:46 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-04-22 12:36:46 +0000 |
commit | 4c2d7f03a90d0577b346f11588cc2bfe06514ac9 (patch) | |
tree | 80a56ac8803139c8871cb43402d92955c18d885a /www/webkit-gtk | |
parent | 55a08abca2d70ba5aaa3d751e622a98632a2f690 (diff) | |
download | pkgsrc-4c2d7f03a90d0577b346f11588cc2bfe06514ac9.tar.gz |
Needs msgfmt.
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r-- | www/webkit-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index 9b0b5bbc14a..fad992a65f6 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/04/15 19:35:19 snj Exp $ +# $NetBSD: Makefile,v 1.8 2009/04/22 12:36:46 hasso Exp $ DISTNAME= webkit-1.1.5 PKGNAME= ${DISTNAME:S/webkit/webkit-gtk/} @@ -11,7 +11,7 @@ COMMENT= GTK2 port of the WebKit browser engine USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= bison gmake perl:build pkg-config +USE_TOOLS+= bison gmake perl:build pkg-config msgfmt PKGCONFIG_OVERRIDE= WebKit/gtk/webkit.pc.in |