aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.options.desc.mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-05-29 22:25:13 +0800
committerbapt <bapt@FreeBSD.org>2012-05-29 22:25:13 +0800
commitc4c5a1d595533bae3b6c332d26c494e7a390c31b (patch)
tree17e553e9a557101d54fa9735e677db54afb4f9a2 /Mk/bsd.options.desc.mk
parent7af1224f511398bc8c4586818924ce5e9e06a7cf (diff)
downloadfreebsd-ports-gnome-c4c5a1d595533bae3b6c332d26c494e7a390c31b.tar.gz
freebsd-ports-gnome-c4c5a1d595533bae3b6c332d26c494e7a390c31b.tar.zst
freebsd-ports-gnome-c4c5a1d595533bae3b6c332d26c494e7a390c31b.zip
Do not spam stdout with dialog command line
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r--Mk/bsd.options.desc.mk27
1 files changed, 15 insertions, 12 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 84634457eb15..d283f118fa9f 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -5,15 +5,18 @@
Options_Desc_MAINTAINER= ports@FreeBSD.org
-CURL_DESC?= Enable CURL support
-DBUS_DESC?= Enable DBUS support
-DOCS_DESC?= Build and install the documentation
-FLAC_DESC?= Enable support for flac
-ID3_DESC?= Enable support for id3 tags
-LDAP_DESC?= Enable LDAP support
-MP4_DESC?= Enable support for mp4
-NLS_DESC?= Build and install the localisation data
-PNG_DESC?= Enable PNG support
-SSL_DESC?= Enable SSL support
-TIDY_DESC?= Enable tidy html cleaner support
-VORBIS_DESC?= Enable support for ogg vorbis
+CURL_DESC?= Enable CURL support
+DBUS_DESC?= Enable DBUS support
+DOCS_DESC?= Build and install the documentation
+FLAC_DESC?= Enable support for flac
+ID3_DESC?= Enable support for id3 tags
+LDAP_DESC?= Enable LDAP support
+MP4_DESC?= Enable support for mp4
+MULTIBYTE_DESC?= Enable multibyte character support
+NLS_DESC?= Build and install the localisation data
+PCRE_DESC?= Enable regular expressions using libpcre
+PNG_DESC?= Enable PNG support
+SSL_DESC?= Enable SSL support
+STATIC_DESC?= Build static executable/libraries
+TIDY_DESC?= Enable tidy html cleaner support
+VORBIS_DESC?= Enable support for ogg vorbis