diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/kf5-kdesignerplugin/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/kf5-ktextwidgets/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/kf5-kdesignerplugin/Makefile b/x11-toolkits/kf5-kdesignerplugin/Makefile index 327b6ad5e91c..f783d069f911 100644 --- a/x11-toolkits/kf5-kdesignerplugin/Makefile +++ b/x11-toolkits/kf5-kdesignerplugin/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdesignerplugin DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -12,7 +13,7 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons doctools ecm i18n iconthemes itemviews \ jobwidgets kdewebkit kio plotting service solid sonnet \ textwidgets widgetsaddons xmlgui -USE_QT= buildtools_build core dbus designer gui linguisttools \ +USE_QT= buildtools_build concurrent core dbus designer gui linguisttools \ network qmake_build webkit widgets xml .include <bsd.port.mk> diff --git a/x11-toolkits/kf5-ktextwidgets/Makefile b/x11-toolkits/kf5-ktextwidgets/Makefile index 4a0707ecb607..8c702fc03889 100644 --- a/x11-toolkits/kf5-ktextwidgets/Makefile +++ b/x11-toolkits/kf5-ktextwidgets/Makefile @@ -2,7 +2,7 @@ PORTNAME= ktextwidgets DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -13,7 +13,8 @@ USE_KDE= auth codecs completion config configwidgets \ coreaddons dbusaddons ecm guiaddons i18n \ iconthemes itemviews service sonnet \ widgetsaddons windowsystem -USE_QT= buildtools_build core dbus gui qmake_build widgets xml +USE_QT= buildtools_build concurrent core dbus declarative \ + gui qmake_build widgets xml OPTIONS_DEFINE= AUDIO OPTIONS_DEFAULT= AUDIO |