aboutsummaryrefslogtreecommitdiff
path: root/emulators/zsnes
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:08:49 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:08:49 +0000
commit78b522d04c8a56a2bcf7582bd65b2e049494ea9e (patch)
treead7fc41e83124b14a4f9c94aa2581bd3df105324 /emulators/zsnes
parentacf1e80f2a51164e8f7fdb176967668739b26fa7 (diff)
downloadports-78b522d04c8a56a2bcf7582bd65b2e049494ea9e.tar.gz
ports-78b522d04c8a56a2bcf7582bd65b2e049494ea9e.zip
e*: Add missing USES={gnome,sdl,xorg}
Notes
Notes: svn path=/head/; revision=517045
Diffstat (limited to 'emulators/zsnes')
-rw-r--r--emulators/zsnes/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index ee7682294411..8b64c026d71a 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -28,7 +28,7 @@ DEBUGGER_DESC= ZSNES Debugger
JMA_DESC= JMA support
USE_SDL= sdl
-USES= gmake tar:bzip2
+USES= gmake sdl tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-cpucheck
@@ -46,8 +46,6 @@ CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e \
's|@CXX@ @CFLAGS@ -o|@CXX@ @CXXFLAGS@ @CPPFLAGS@ -o|g ; \