pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Needs msgfmt.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6001921cb612
branches:  trunk
changeset: 547497:6001921cb612
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 18 09:12:09 2008 +0000

description:
Needs msgfmt.

diffstat:

 mail/clawsker/Makefile     |  5 ++---
 misc/taskjuggler/Makefile  |  4 ++--
 sysutils/krusader/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r 2fa4f1018d21 -r 6001921cb612 mail/clawsker/Makefile
--- a/mail/clawsker/Makefile    Thu Sep 18 08:46:21 2008 +0000
+++ b/mail/clawsker/Makefile    Thu Sep 18 09:12:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/07/13 22:34:20 smb Exp $
+# $NetBSD: Makefile,v 1.6 2008/09/18 09:13:39 joerg Exp $
 
 DISTNAME=      clawsker-0.5.0
 CATEGORIES=    mail
@@ -10,8 +10,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_TOOLS+=    gmake
-USE_TOOLS+=    perl
+USE_TOOLS+=    gmake msgfmt perl
 REPLACE_PERL=  clawsker
 
 DEPENDS+=      p5-gtk2>=1.182:../../x11/p5-gtk2
diff -r 2fa4f1018d21 -r 6001921cb612 misc/taskjuggler/Makefile
--- a/misc/taskjuggler/Makefile Thu Sep 18 08:46:21 2008 +0000
+++ b/misc/taskjuggler/Makefile Thu Sep 18 09:12:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:27 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/18 09:12:42 joerg Exp $
 #
 
 DISTNAME=      taskjuggler-2.3.1
@@ -17,7 +17,7 @@
 CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/taskjuggler
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
-USE_TOOLS+=    perl
+USE_TOOLS+=    perl msgfmt
 
 pre-build:
        # I have no idea why this test fails, and it is undocumented.
diff -r 2fa4f1018d21 -r 6001921cb612 sysutils/krusader/Makefile
--- a/sysutils/krusader/Makefile        Thu Sep 18 08:46:21 2008 +0000
+++ b/sysutils/krusader/Makefile        Thu Sep 18 09:12:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/01/18 05:09:44 tnn Exp $
+# $NetBSD: Makefile,v 1.21 2008/09/18 09:12:09 joerg Exp $
 #
 
 DISTNAME=      krusader-1.80.0
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://krusader.sourceforge.net/
 COMMENT=       Advanced twin-panel (commander-style) file-manager for KDE 3.x
 
-USE_TOOLS+=    gmake perl
+USE_TOOLS+=    gmake perl msgfmt
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   YES
 GNU_CONFIGURE= YES



Home | Main Index | Thread Index | Old Index