diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-30 00:40:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-30 00:40:15 +0800 |
commit | aca432ab268947720aa234477950c07b0bb41f95 (patch) | |
tree | 650381efabe2845cc631ba94bc17bac7e16fe908 /Mk/bsd.options.desc.mk | |
parent | afba352c49690e4759da86ab9bb17aa9a82b88b9 (diff) | |
download | freebsd-ports-gnome-aca432ab268947720aa234477950c07b0bb41f95.tar.gz freebsd-ports-gnome-aca432ab268947720aa234477950c07b0bb41f95.tar.zst freebsd-ports-gnome-aca432ab268947720aa234477950c07b0bb41f95.zip |
- - Add shared FPECTL, IPV6, PTH, PYMALLOC, SEM, THREADS and UCS2/4 description
Reviewed by: bapt
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 2144595d8497..08609eabb76d 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -14,9 +14,11 @@ DEBUG_DESC?= Enable debug flags DOCS_DESC?= Build and install the documentation EXAMPLES_DESC?= Build and install the examples FLAC_DESC?= Enable support for flac +FPECTL_DESC?= Enable floating point exception handling GOGO_DESC?= Enable gogo mp3 encoder GUI_DESC?= Enable GUI support ICONV_DESC?= Enable ICONV support +IPV6_DESC?= Enable IPv6 support ID3_DESC?= Enable support for id3 tags LDAP_DESC?= Enable LDAP support MAGICK_DESC?= Enable ImageMagick Library @@ -29,11 +31,17 @@ NLS_DESC?= Build and install the localisation data PCRE_DESC?= Enable regular expressions using libpcre PGSQL_DESC?= Enable PostgreSQL backend PNG_DESC?= Enable PNG support +PTH_DESC?= Enable GNU Pth for threading/multiprocessing +PYMALLOC_DESC?= Enable python's internal malloc +SEM_DESC?= Enable Enable POSIX semaphores support SPEEX_DESC?= Enable support for speex audio format SSL_DESC?= Enable SSL support STATIC_DESC?= Build static executable/libraries SQLITE_DESC?= Enable SQLite backend TIDY_DESC?= Enable tidy html cleaner support +THREADS_DESC?= Enable thread support +UCS2_DESC?= Enable unicode support +UCS4_DESC?= Enable unicode support VORBIS_DESC?= Enable support for ogg vorbis X11_DESC?= Enable support for X11 XSPF_DESC?= Enable support for XSPF |