diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2019-05-13 16:37:25 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2019-05-13 16:37:25 +0000 |
commit | bc6d2217a5cab3f7327b7f162dcfdfeb0feb155a (patch) | |
tree | 743bdc9d9c686b941d790748553d0596f7f8032c /x11-toolkits | |
parent | 3cdd6aac74dca51c45a6119aa5a128db1195cb45 (diff) | |
download | ports-bc6d2217a5cab3f7327b7f162dcfdfeb0feb155a.tar.gz ports-bc6d2217a5cab3f7327b7f162dcfdfeb0feb155a.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/kf5-ktextwidgets/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-toolkits/kf5-ktextwidgets/Makefile b/x11-toolkits/kf5-ktextwidgets/Makefile index d741309dce6c..4a0707ecb607 100644 --- a/x11-toolkits/kf5-ktextwidgets/Makefile +++ b/x11-toolkits/kf5-ktextwidgets/Makefile @@ -2,6 +2,7 @@ PORTNAME= ktextwidgets DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -14,4 +15,10 @@ USE_KDE= auth codecs completion config configwidgets \ widgetsaddons windowsystem USE_QT= buildtools_build core dbus gui qmake_build widgets xml +OPTIONS_DEFINE= AUDIO +OPTIONS_DEFAULT= AUDIO + +AUDIO_DESC= Audio notifications/speech support +AUDIO_USE= QT=speech + .include <bsd.port.mk> |