diff options
author | obache <obache@pkgsrc.org> | 2008-06-05 11:58:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-05 11:58:23 +0000 |
commit | 4a1fdd850d7d6a7fcd9448bcd213341927fce444 (patch) | |
tree | 1d2c16f8dab9a76b34de76610aeaa094be5afd2d /graphics | |
parent | b3e8740165a37a4c010f67a854da3c87201a2193 (diff) | |
download | pkgsrc-4a1fdd850d7d6a7fcd9448bcd213341927fce444.tar.gz |
Need msgfmt to build.
Noticed by Hasso Tepper in PR 38866.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libkdcraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile index e4386451471..3edb29a548f 100644 --- a/graphics/libkdcraw/Makefile +++ b/graphics/libkdcraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/01/18 05:06:42 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/05 11:58:23 obache Exp $ # DISTNAME= libkdcraw-0.1.3 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.kipi-plugins.org/ COMMENT= C++ interface around dcraw GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt USE_LANGUAGES= c c++ USE_LIBTOOL= yes |