diff options
author | hasso <hasso> | 2009-05-04 01:37:43 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-05-04 01:37:43 +0000 |
commit | 87740b07b45f524054e03ae51176ca7157f4d9cc (patch) | |
tree | 8f4a3aa2f8dcdb810ac058beaaf07a3c0727fc03 | |
parent | a0e1792ba0225141d1a5f46439a04051d4a7d575 (diff) | |
download | pkgsrc-87740b07b45f524054e03ae51176ca7157f4d9cc.tar.gz |
Need msgfmt.
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 4 | ||||
-rw-r--r-- | games/gbrainy/Makefile | 4 | ||||
-rw-r--r-- | graphics/f-spot/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 7fad1e3d9ed..eafe1bd41d8 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/snes9x-1.51-src/gtk 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 --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 89d8041fa88..8a5efd2cb3c 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index 407ffed6790..4970a5cbffd 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -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 @@ COMMENT= Full-featured personal photo management application 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 |