diff options
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 27 |
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 |