aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-04-21 14:24:55 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-04-22 07:25:14 +0000
commit76a039fef3f14ce0e98419937c124849f9548fb4 (patch)
treeeb2a70bd4f06a9b8c9d63b50ab3f8c5921384663 /x11-toolkits
parent3e5a910c9cef9017805b78fc0938c73fc59d87ba (diff)
downloadports-76a039fef3f14ce0e98419937c124849f9548fb4.tar.gz
ports-76a039fef3f14ce0e98419937c124849f9548fb4.zip
KDE Frameworks: remove kdoctools runtime dependency
kdoctools is a collection of *build* tools. It has no runtime effect on the frameworks, but does drag in docbook and XML and sgml tooling, which is not needed. This breaks some consumers of KDE Frameworks, which is repaired in the Plasma 5.21.3 update.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/kf5-kconfigwidgets/Makefile3
-rw-r--r--x11-toolkits/kf5-kdesignerplugin/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/kf5-kconfigwidgets/Makefile b/x11-toolkits/kf5-kconfigwidgets/Makefile
index 40ea77b5ff2c..3d74b5f39efb 100644
--- a/x11-toolkits/kf5-kconfigwidgets/Makefile
+++ b/x11-toolkits/kf5-kconfigwidgets/Makefile
@@ -1,12 +1,13 @@
PORTNAME= kconfigwidgets
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-toolkits kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 widgets for configuration dialogs
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz
-USE_KDE= archive auth codecs config coreaddons doctools ecm guiaddons \
+USE_KDE= archive auth codecs config coreaddons doctools_build ecm guiaddons \
i18n widgetsaddons
USE_QT= buildtools_build core dbus gui qmake_build widgets xml
diff --git a/x11-toolkits/kf5-kdesignerplugin/Makefile b/x11-toolkits/kf5-kdesignerplugin/Makefile
index 587156f2987b..ffd3e79879ec 100644
--- a/x11-toolkits/kf5-kdesignerplugin/Makefile
+++ b/x11-toolkits/kf5-kdesignerplugin/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kdesignerplugin
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-toolkits kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -7,7 +8,7 @@ COMMENT= KF5 integration of Frameworks widgets in Qt Designer/Creator
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
- coreaddons doctools ecm i18n iconthemes itemviews \
+ coreaddons doctools_build ecm i18n iconthemes itemviews \
jobwidgets kdewebkit kio plotting service solid sonnet \
textwidgets widgetsaddons xmlgui
USE_QT= buildtools_build concurrent core dbus designer gui linguisttools \