aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-06-02 16:50:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-06-02 16:50:02 +0000
commitcb3252c79c11e2176bc314caa53cb9d94e9edf0c (patch)
tree1571bf2b9364f47edda4ff48abdc140236e6eed0 /emulators
parent87272ba38cd3448c6dd4f320358c1216ac3f8139 (diff)
downloadports-cb3252c79c11e2176bc314caa53cb9d94e9edf0c.tar.gz
ports-cb3252c79c11e2176bc314caa53cb9d94e9edf0c.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/citra/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile
index e150f1ca68ee..dbca93ae207e 100644
--- a/emulators/citra/Makefile
+++ b/emulators/citra/Makefile
@@ -52,11 +52,9 @@ OPTIONS_MULTI_GUI= QT5 SDL
OPTIONS_SLAVE?= SDL
OPTIONS_EXCLUDE:= ${OPTIONS_MULTI_GUI}
-CUBEB_DESC= Cubeb audio backend
-
-ALSA_CMAKE_BOOL= USE_ALSA
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins
+ALSA_CMAKE_BOOL= USE_ALSA
JACK_BUILD_DEPENDS= jackit>0:audio/jack
JACK_CMAKE_BOOL= USE_JACK
@@ -65,7 +63,7 @@ PULSEAUDIO_BUILD_DEPENDS=pulseaudio>0.:audio/pulseaudio
PULSEAUDIO_CMAKE_BOOL= USE_PULSE
SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio
-SNDIO_CMAKE_BOOL= USE_
+SNDIO_CMAKE_BOOL= USE_SNDIO
SDL_CMAKE_BOOL= ENABLE_SDL2
SDL_PLIST_FILES=bin/${PORTNAME} \