diff options
author | obache <obache> | 2008-06-05 11:58:23 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-05 11:58:23 +0000 |
commit | ecf89ac4202ccd4ab595e8baa5a8bfa4be29aee3 (patch) | |
tree | 1d2c16f8dab9a76b34de76610aeaa094be5afd2d /graphics/libkdcraw/Makefile | |
parent | 8c94567bb2a97aa6a3ec3206f4e9b5dce6eddfd6 (diff) | |
download | pkgsrc-ecf89ac4202ccd4ab595e8baa5a8bfa4be29aee3.tar.gz |
Need msgfmt to build.
Noticed by Hasso Tepper in PR 38866.
Diffstat (limited to 'graphics/libkdcraw/Makefile')
-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 |