aboutsummaryrefslogtreecommitdiff
path: root/emulators/rpcs3/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-07-21 23:39:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-07-22 00:21:10 +0000
commit12d271da6d06a911ec3986b5b3be6eb933a647bc (patch)
treeb1b5cf677e1c263bb7f21847717f33e70cdc7ccb /emulators/rpcs3/Makefile
parentea072e2909cb0ad87a69cf42d5c6274091ee12b4 (diff)
downloadports-12d271da6d06a911ec3986b5b3be6eb933a647bc.tar.gz
ports-12d271da6d06a911ec3986b5b3be6eb933a647bc.zip
emulators/rpcs3: switch to system faudio
Diffstat (limited to 'emulators/rpcs3/Makefile')
-rw-r--r--emulators/rpcs3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 211c0e0ad1c0..eae18c2f408d 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -56,9 +56,8 @@ EVDEV_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev
FAUDIO_DESC= FAudio audio support
-FAUDIO_USES= sdl
-FAUDIO_USE= SDL=sdl2
-FAUDIO_CMAKE_BOOL= USE_FAUDIO
+FAUDIO_LIB_DEPENDS= libFAudio.so:audio/faudio
+FAUDIO_CMAKE_BOOL= USE_FAUDIO USE_SYSTEM_FAUDIO
PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio
PULSEAUDIO_CMAKE_BOOL= USE_PULSE