git: ca95a6723267 - main - accessibility/qt5-speech: allow to build with both backends disabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Mar 2022 19:36:27 UTC
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