diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-04 01:37:43 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-04 01:37:43 +0000 |
commit | 79e09ea089ff1dba5f1ee7995602f2cbcfcfc073 (patch) | |
tree | 8f4a3aa2f8dcdb810ac058beaaf07a3c0727fc03 /emulators/snes9x-gtk/Makefile | |
parent | 23565242676d9d3075c6a7e559449aa047324e39 (diff) | |
download | pkgsrc-79e09ea089ff1dba5f1ee7995602f2cbcfcfc073.tar.gz |
Need msgfmt.
Diffstat (limited to 'emulators/snes9x-gtk/Makefile')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |