diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-21 22:24:55 +0800 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-04-22 15:25:14 +0800 |
commit | 76a039fef3f14ce0e98419937c124849f9548fb4 (patch) | |
tree | eb2a70bd4f06a9b8c9d63b50ab3f8c5921384663 /x11-toolkits/kf5-kdesignerplugin | |
parent | 3e5a910c9cef9017805b78fc0938c73fc59d87ba (diff) | |
download | freebsd-ports-gnome-76a039fef3f14ce0e98419937c124849f9548fb4.tar.gz freebsd-ports-gnome-76a039fef3f14ce0e98419937c124849f9548fb4.tar.zst freebsd-ports-gnome-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/kf5-kdesignerplugin')
-rw-r--r-- | x11-toolkits/kf5-kdesignerplugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |