pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Need msgfmt.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eb0af58b840
branches:  trunk
changeset: 392602:8eb0af58b840
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Mon May 04 01:37:43 2009 +0000

description:
Need msgfmt.

diffstat:

 emulators/snes9x-gtk/Makefile |  4 ++--
 games/gbrainy/Makefile        |  4 ++--
 graphics/f-spot/Makefile      |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r bb2922e8d7a0 -r 8eb0af58b840 emulators/snes9x-gtk/Makefile
--- a/emulators/snes9x-gtk/Makefile     Sun May 03 23:10:50 2009 +0000
+++ b/emulators/snes9x-gtk/Makefile     Mon May 04 01:37:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/04/25 15:15:20 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2009/05/04 01:37:43 hasso Exp $
 #
 
 DISTNAME=      snes9x-1.51-src-gtk-70
@@ -18,7 +18,7 @@
 GNU_CONFIGURE= yes
 USE_DIRS=      xdg-1.4
 USE_LANGUAGES= c c++
-USE_TOOLS+=    intltool pkg-config
+USE_TOOLS+=    intltool pkg-config msgfmt
 
 CONFIGURE_ARGS+=       --without-opengl
 
diff -r bb2922e8d7a0 -r 8eb0af58b840 games/gbrainy/Makefile
--- a/games/gbrainy/Makefile    Sun May 03 23:10:50 2009 +0000
+++ b/games/gbrainy/Makefile    Mon May 04 01:37:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/04/20 09:25:06 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2009/05/04 01:37:43 hasso Exp $
 #
 
 DISTNAME=      gbrainy-1.1
@@ -19,7 +19,7 @@
 USE_DIRS+=     xdg-1.4
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c
-USE_TOOLS+=    intltool pkg-config bash:run
+USE_TOOLS+=    intltool pkg-config bash:run msgfmt
 
 BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.2.0
 
diff -r bb2922e8d7a0 -r 8eb0af58b840 graphics/f-spot/Makefile
--- a/graphics/f-spot/Makefile  Sun May 03 23:10:50 2009 +0000
+++ b/graphics/f-spot/Makefile  Mon May 04 01:37:43 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/03/25 22:37:12 he Exp $
+# $NetBSD: Makefile,v 1.6 2009/05/04 01:37:43 hasso Exp $
 #
 
 DISTNAME=      f-spot-0.5.0.3
@@ -13,7 +13,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake intltool pkg-config bash:run
+USE_TOOLS+=    gmake intltool pkg-config bash:run msgfmt
 USE_DIRS+=     gnome2-1.6
 
 MAKE_JOBS_SAFE=        no



Home | Main Index | Thread Index | Old Index