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 | 05cd5a87accf2bbc136fb0d9c08d366eee606985 (patch) | |
tree | 1d2c16f8dab9a76b34de76610aeaa094be5afd2d /graphics | |
parent | 479eb5bcf6bbf79283e5c58f86aab8b4934e5351 (diff) | |
download | pkgsrc-05cd5a87accf2bbc136fb0d9c08d366eee606985.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 |