Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2022 17:05:08 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e97c5fc45d91 - main - net/gtk-vnc: fix pulseaudio option definition
Message-ID:  <202206241705.25OH58Ir079297@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e97c5fc45d917576d22ee07e3bf8e25c891fc587

commit e97c5fc45d917576d22ee07e3bf8e25c891fc587
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-24 17:03:52 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-24 17:05:08 +0000

    net/gtk-vnc: fix pulseaudio option definition
---
 net/gtk-vnc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile
index 6dd8ac16588f..66ac126cd2d6 100644
--- a/net/gtk-vnc/Makefile
+++ b/net/gtk-vnc/Makefile
@@ -28,7 +28,7 @@ OPTIONS_DEFAULT=PULSEAUDIO
 OPTIONS_SUB=	yes
 
 PULSEAUDIO_DESC=	use PulseAudio for audio playback
-PULSEAUDIO_CONFIGURE_ENABLE=	pulseaudio
+PULSEAUDIO_MESON_ENABLED=	pulseaudio
 PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206241705.25OH58Ir079297>