diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 18:41:15 +0000 |
commit | bbc8c4d740872dbe971f6164448e5ba893cb166f (patch) | |
tree | c756810defa7862a81134a13cec391bfef55e24e /emulators/mednafen | |
parent | 7eb500363752ce8dd82189f56d621b11450e92f9 (diff) | |
download | ports-bbc8c4d740872dbe971f6164448e5ba893cb166f.tar.gz ports-bbc8c4d740872dbe971f6164448e5ba893cb166f.zip |
Notes
Diffstat (limited to 'emulators/mednafen')
-rw-r--r-- | emulators/mednafen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index a03b23815cb0..667e55260a9e 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USE_BZIP2= yes GNU_CONFIGURE= yes USE_SDL= sdl net USE_GL= gl glu @@ -28,7 +27,7 @@ SUB_FILES= pkg-message CONFIGURE_ARGS+=--disable-alsa --disable-alsatest \ --with-sdl-prefix=${LOCALBASE} -USES= iconv pkgconfig:build +USES= iconv pkgconfig:build tar:bzip2 OPTIONS_DEFINE= NLS DOCS JACK OPTIONS_MULTI= EMU |