Date: Mon, 28 Aug 2023 19:06:29 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: abab1f2f85ff - 2023Q3 - audio/mumble: fastfix DBUS option Message-ID: <202308281906.37SJ6TKh028930@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=abab1f2f85fff8e4005b577d36c53d040e028fc4 commit abab1f2f85fff8e4005b577d36c53d040e028fc4 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2023-07-29 15:13:15 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2023-08-28 19:03:13 +0000 audio/mumble: fastfix DBUS option PR: 261395 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D41047 MFH: 2023Q3 (cherry picked from commit 9b5f3990188145667e96afd58a5c27c0b4ef871f) --- audio/mumble/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 795513e38fc2..f7ee1c1707db 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -69,6 +69,7 @@ ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib AVAHI_CMAKE_BOOL= zeroconf AVAHI_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns +DBUS_USES= qt:5 DBUS_USE= QT=dbus DBUS_CMAKE_BOOL= dbus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308281906.37SJ6TKh028930>