aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-09-08 12:36:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-09-08 12:40:14 +0000
commitb2563f98f51a9e84169de2951b105b645a993ab5 (patch)
tree556a541342a4d4a613115ec280f83148fba01b89
parentb83e197d31e295472147adeb2f8bc9bd6de7fcbd (diff)
downloadports-b2563f98f51a9e84169de2951b105b645a993ab5.tar.gz
ports-b2563f98f51a9e84169de2951b105b645a993ab5.zip
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)
-rw-r--r--accessibility/qt5-speech/Makefile4
1 files 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