git: adfa3e49c129 - main - audio/libcanberra: respect PULSEAUDIO=off after 03ff10027e28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 19:30:04 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=adfa3e49c1299636e87532e667021a668762b94a commit adfa3e49c1299636e87532e667021a668762b94a 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:28:54 +0000 audio/libcanberra: respect PULSEAUDIO=off after 03ff10027e28 Reported by: portscan --- 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