git: b2563f98f51a - main - accessibility/qt5-speech: allow to build with both backend enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Sep 2022 12:40:24 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2563f98f51a9e84169de2951b105b645a993ab5 commit b2563f98f51a9e84169de2951b105b645a993ab5 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-09-08 12:36:08 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-09-08 12:40:14 +0000 accessibility/qt5-speech: allow to build with both backend enabled Followup to ca95a67 which introduced a regression of being unable to build with both backends enabled. This commit allows all backends combinations including each individual backend, both and none. PR: 262640 Reported by: lantw44@gmail.com Approved by: portmgr blanket, maintainer timeout (kde, 6 months) --- 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 31d32bfc4319..3c2f423b2619 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_RADIO= BACKEND -OPTIONS_RADIO_BACKEND= SPEECHD FLITE +OPTIONS_GROUP= BACKEND +OPTIONS_GROUP_BACKEND= SPEECHD FLITE OPTIONS_DEFAULT= SPEECHD OPTIONS_SUB= yes