aboutsummaryrefslogtreecommitdiff
path: root/accessibility/qt5-speech
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-03-03 19:04:46 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-03-03 19:35:38 +0000
commitca95a672326786dde153c77800ae33139fd4ea58 (patch)
treeb4a7fb3745a01b50016e8e0e70c0a86ca8b48d27 /accessibility/qt5-speech
parent2d4dd12519165b3cb8e32deb2591feb4ebf16c62 (diff)
downloadports-ca95a672326786dde153c77800ae33139fd4ea58.tar.gz
ports-ca95a672326786dde153c77800ae33139fd4ea58.zip
accessibility/qt5-speech: allow to build with both backends disabled
Approved by: portmgr blanket (trivial fix)
Diffstat (limited to 'accessibility/qt5-speech')
-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 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