diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:57:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:57:27 +0000 |
commit | 89ac815bbe154d8c049ae95f8a762c2afb26cfa3 (patch) | |
tree | 95f27e16614204835ce3dc41edf2cfd049f0663c /emulators | |
parent | 992c579c4fe130b325d4adaa3818d24c39ba0a3b (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index d3e793e56c7a..adfd03415146 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -14,13 +14,11 @@ COMMENT= Super Nintendo Entertainment System(SNES) Emulator LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USE_PERL5= yes USE_BZIP2= yes USE_XORG= x11 sm ice xext -USE_GMAKE= yes -USE_GNOME= gtk20 desktopfileutils pkgconfig intltool libglade2 libxml2 +USES= gettext gmake perl5 desktop-file-utils pkgconfig +USE_GNOME= gtk20 intltool libglade2 libxml2 GNU_CONFIGURE= yes -USES= gettext USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |