aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-12-09 08:07:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-12-09 08:07:37 +0000
commit1597e735c46d62efc9b5b9b74bcdde515e28165a (patch)
treea1b1bdcccf530cc31eec7af77c11db46d60f2090 /Mk
parent605a807a7f744be3226ade5246e8f2981e6bf330 (diff)
downloadports-1597e735c46d62efc9b5b9b74bcdde515e28165a.tar.gz
ports-1597e735c46d62efc9b5b9b74bcdde515e28165a.zip
devel/glib20: rename DOCS into GTKDOC and disable it by default
Follow the path done for ports depending on doxygen with gtkdoc. This reduced the number of build dependencies and respects the defaults of the upstream build system. Make a GTKDOC option generic so other ports can follow the same path
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.options.desc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 93fdf30443f6..5a25fe129e8a 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -151,6 +151,7 @@ GSTREAMER_DESC?= Multimedia support via GStreamer
GTA_DESC?= Generic Tagged Array (GTA) support
GTK2_DESC?= GTK+ 2 GUI toolkit support
GTK3_DESC?= GTK+ 3 GUI toolkit support
+GTKDOC_DESC?= Build Developement Documentation with gtkdoc
GUI_DESC?= GUI (Graphical User Interface) support
GUILE_DESC?= Guile extension language support
GVFS_DESC?= Virtual filesystems support via GVFS