aboutsummaryrefslogtreecommitdiff
path: root/graphics/kdegraphics-mobipocket
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-04-21 14:31:16 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-04-22 07:25:15 +0000
commitf365336113039825140dd68ddb69340a5ecf0ab4 (patch)
tree8453006d8feee5ecfef67ed4fa7261312bf95880 /graphics/kdegraphics-mobipocket
parent5ac58edc57f032444d53c11d8381022f2e4c997b (diff)
downloadports-f365336113039825140dd68ddb69340a5ecf0ab4.tar.gz
ports-f365336113039825140dd68ddb69340a5ecf0ab4.zip
KDE Applications: sanitize DOCS option
If a port has no documentation, it doesn't need a DOCS option (which turns on, or off, exactly an empty set of documentation). This is now handled correctly by kde.mk since ports 620d7678c8. KDE **applications** with a DOCS option get doctools_build added for free; this covers the majority of KDE-things-with documentation. Note that DOCS isn't expected to **change** anything: most of the ports that have (or had) that option didn't do anything with it and always built the docs anyway. PR: 255260 Reported by: Naram Qashat
Diffstat (limited to 'graphics/kdegraphics-mobipocket')
-rw-r--r--graphics/kdegraphics-mobipocket/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/kdegraphics-mobipocket/Makefile b/graphics/kdegraphics-mobipocket/Makefile
index 72587016aee2..92c84b3985a4 100644
--- a/graphics/kdegraphics-mobipocket/Makefile
+++ b/graphics/kdegraphics-mobipocket/Makefile
@@ -13,6 +13,4 @@ USE_QT= concurrent core dbus gui network widgets \
USE_LDCONFIG= yes
-OPTIONS_DEFINE= DOCS
-
.include <bsd.port.mk>