aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-04-20 10:22:00 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-04-20 10:25:17 +0000
commit620d7678c819d85f9236d2e307009a5aca088970 (patch)
treeac34cdbba02c62d1622fa54108bfc8948f459952 /sysutils
parent324a4fd7b26a2db5e797ecb0a5f1e74dedd0b17a (diff)
downloadports-620d7678c819d85f9236d2e307009a5aca088970.tar.gz
ports-620d7678c819d85f9236d2e307009a5aca088970.zip
kde.mk: Support KDE ports with no DOCS
The kde.mk framework automatically does DOCS for KDE ports -- but not all of them have documentation, so then you get a weird situation of OPTIONS_DEFINE=DOCS in a port that has no documentation (e.g. sysutils/baloo-widgets) where the option has no effect at all. Massage the machinery a little so that the bogus option can be dropped; KDE ports with no docs should not define a DOCS option any more. PR: 252363
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/baloo-widgets/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/baloo-widgets/Makefile b/sysutils/baloo-widgets/Makefile
index 56a2bb97a391..916b6ddc7c77 100644
--- a/sysutils/baloo-widgets/Makefile
+++ b/sysutils/baloo-widgets/Makefile
@@ -13,8 +13,6 @@ USE_QT= concurrent core dbus gui network testlib widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
-OPTIONS_DEFINE= DOCS
-
# Override shared library version
KDE_APPLICATIONS_SHLIB_VER=${KDE_APPLICATIONS_VERSION}