pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libkdcraw Need msgfmt to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afe155f8848c
branches:  trunk
changeset: 543128:afe155f8848c
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jun 05 11:58:23 2008 +0000

description:
Need msgfmt to build.
Noticed by Hasso Tepper in PR 38866.

diffstat:

 graphics/libkdcraw/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f894f8f88e95 -r afe155f8848c graphics/libkdcraw/Makefile
--- a/graphics/libkdcraw/Makefile       Thu Jun 05 11:08:08 2008 +0000
+++ b/graphics/libkdcraw/Makefile       Thu Jun 05 11:58:23 2008 +0000
@@ -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 @@
 COMMENT=       C++ interface around dcraw
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config msgfmt
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 



Home | Main Index | Thread Index | Old Index