aboutsummaryrefslogtreecommitdiff
path: root/www/kf5-kjs/Makefile
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 /www/kf5-kjs/Makefile
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 'www/kf5-kjs/Makefile')
-rw-r--r--www/kf5-kjs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/kf5-kjs/Makefile b/www/kf5-kjs/Makefile
index 76f0b2a4378d..48044885b041 100644
--- a/www/kf5-kjs/Makefile
+++ b/www/kf5-kjs/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kjs
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= www kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -8,7 +9,7 @@ COMMENT= KF5 library providing an ECMAScript interpreter
LIB_DEPENDS= libpcre.so:devel/pcre
USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
-USE_KDE= ecm doctools
+USE_KDE= ecm doctools_build
USE_QT= buildtools_build core qmake_build
.include <bsd.port.mk>