diff options
author | marino <marino@pkgsrc.org> | 2011-12-12 07:12:52 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-12 07:12:52 +0000 |
commit | ceb722299f1808f9de2abee52eb187479ed2a7e3 (patch) | |
tree | 6870ce8c72974892e4393519382b14024bb5ef6c /graphics | |
parent | 2abe203cbfbd20f521d69386dede9f7281a0cc8e (diff) | |
download | pkgsrc-ceb722299f1808f9de2abee52eb187479ed2a7e3.tar.gz |
graphics/eog-plugins: USE_TOOLS+= msgfmt
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog-plugins/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eog-plugins/Makefile.common b/graphics/eog-plugins/Makefile.common index 26d1a240ff6..93c4bc531ea 100644 --- a/graphics/eog-plugins/Makefile.common +++ b/graphics/eog-plugins/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2011/05/20 11:35:50 obache Exp $ +# $NetBSD: Makefile.common,v 1.5 2011/12/12 07:12:52 marino Exp $ # # used by graphics/eog-plugins/Makefile # used by graphics/eog-plugins-map/Makefile @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DISTINFO_FILE= ${.CURDIR}/../../graphics/eog-plugins/distinfo GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= intltool pkg-config gmake gsed +USE_TOOLS+= intltool pkg-config gmake gsed msgfmt # XXX pkgsrc tries to trick us into using NetBSD's sed _TOOLS_USE_PKGSRC.gsed=yes |