Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2022 19:36:27 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca95a6723267 - main - accessibility/qt5-speech: allow to build with both backends disabled
Message-ID:  <202203031936.223JaRLw018516@gitrepo.freebsd.org>

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

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

commit ca95a672326786dde153c77800ae33139fd4ea58
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-03-03 19:04:46 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-03-03 19:35:38 +0000

    accessibility/qt5-speech: allow to build with both backends disabled
    
    Approved by:    portmgr blanket (trivial fix)
---
 accessibility/qt5-speech/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/accessibility/qt5-speech/Makefile b/accessibility/qt5-speech/Makefile
index c999092c5cc1..31d32bfc4319 100644
--- a/accessibility/qt5-speech/Makefile
+++ b/accessibility/qt5-speech/Makefile
@@ -13,8 +13,8 @@ USE_PERL5=	extract
 USE_QT=		core gui buildtools_build qmake_build
 
 OPTIONS_DEFINE=		ALSA
-OPTIONS_MULTI=		BACKEND
-OPTIONS_MULTI_BACKEND=	SPEECHD FLITE
+OPTIONS_RADIO=		BACKEND
+OPTIONS_RADIO_BACKEND=	SPEECHD FLITE
 OPTIONS_DEFAULT=	SPEECHD
 OPTIONS_SUB=		yes
 



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