pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ebview Need msgfmt to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/126e49ed6650
branches:  trunk
changeset: 543218:126e49ed6650
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jun 09 14:33:49 2008 +0000

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

diffstat:

 textproc/ebview/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fa86ddcdbd09 -r 126e49ed6650 textproc/ebview/Makefile
--- a/textproc/ebview/Makefile  Mon Jun 09 12:51:41 2008 +0000
+++ b/textproc/ebview/Makefile  Mon Jun 09 14:33:49 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/12/18 00:24:31 obache Exp $
+# $NetBSD: Makefile,v 1.3 2008/06/09 14:33:49 obache Exp $
 
 DISTNAME=              ebview-0.3.6
 CATEGORIES=            textproc
@@ -9,7 +9,7 @@
 COMMENT=               GTK2 based EPWING dictionary browser
 
 USE_PKGLOCALEDIR=      YES
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake pkg-config msgfmt
 GNU_CONFIGURE=         YES
 
 .include "../../converters/libiconv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index