diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-09 12:18:28 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-09 12:18:28 +0000 |
commit | d6a374066713d93032ae1ca63f30a284f57e9cb7 (patch) | |
tree | 2de2f4b42a2c5606e7d4a94ab091279ca9e3fa68 /graphics | |
parent | 00b92017a2df628919a7be8c49b17939103a0d3d (diff) | |
download | pkgsrc-d6a374066713d93032ae1ca63f30a284f57e9cb7.tar.gz |
Needs msgfmt.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geeqie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 89f74c4b647..6bbbf24270f 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/27 19:14:31 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/09 12:18:28 hasso Exp $ # DISTNAME= geeqie-1.0alpha3 @@ -12,7 +12,7 @@ COMMENT= Image viewer GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ -USE_TOOLS= pkg-config gmake +USE_TOOLS= pkg-config gmake msgfmt USE_DIRS+= xdg-1.1 .include "../../graphics/exiv2/buildlink3.mk" |