diff options
author | marino <marino@pkgsrc.org> | 2011-12-14 00:17:45 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-14 00:17:45 +0000 |
commit | 2a3f36d823b9c78daaee65cbe0e9b0fc931d63a7 (patch) | |
tree | 0c4daf61be6f882db784c497125ddef680c94bc0 /graphics | |
parent | 64feb6b6f495961242de91694fdb6702b94f28ab (diff) | |
download | pkgsrc-2a3f36d823b9c78daaee65cbe0e9b0fc931d63a7.tar.gz |
graphics/gpicview: USE_TOOLS+= msgfmt
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gpicview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gpicview/Makefile b/graphics/gpicview/Makefile index 461cb175032..3e89ed6b095 100644 --- a/graphics/gpicview/Makefile +++ b/graphics/gpicview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/11/01 16:56:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/14 00:17:45 marino Exp $ DISTNAME= gpicview-0.2.2 CATEGORIES= graphics @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config gmake intltool +USE_TOOLS+= pkg-config gmake intltool msgfmt .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" |