git: 185f74a7e4e4 - 2023Q2 - audio/libcanberra: respect PULSEAUDIO=off after 03ff10027e28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 19:34:53 UTC
The branch 2023Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=185f74a7e4e468a9bc954edd9a71bc37062faac0 commit 185f74a7e4e468a9bc954edd9a71bc37062faac0 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-05-19 18:40:59 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-05-19 19:34:45 +0000 audio/libcanberra: respect PULSEAUDIO=off after 03ff10027e28 Reported by: portscan (cherry picked from commit adfa3e49c1299636e87532e667021a668762b94a) --- audio/libcanberra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index 004fb730ec86..6d8ade4cd44c 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -53,7 +53,7 @@ OPTIONS_SUB= yes .endif PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO__CONFIGURE_ENABLE= pulse +PULSEAUDIO_CONFIGURE_ENABLE= pulse GSTREAMER_USES= gstreamer GSTREAMER_CONFIGURE_ENABLE= gstreamer