diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-29 17:13:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-29 17:13:15 +0000 |
commit | e83766f3c6f9bde0c03d2501bb5609954c4b6972 (patch) | |
tree | d015c86ffee0c8dfba9e97809e14f291ff8d3767 /Mk/bsd.options.desc.mk | |
parent | 80c715a694427ed793cd181dc3d94d88d2ab8944 (diff) | |
download | ports-e83766f3c6f9bde0c03d2501bb5609954c4b6972.tar.gz ports-e83766f3c6f9bde0c03d2501bb5609954c4b6972.zip |
Notes
Diffstat (limited to 'Mk/bsd.options.desc.mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 76fdc674bd20..53d2d28e1d79 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -15,11 +15,14 @@ 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 +GEOTIFF_DESC?= Enable GEOTIFF support +GIF_DESC?= Enable GIF support 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 +IPV6_DESC?= Enable IPv6 support +JPEG_DESC?= Enable JPEG support LDAP_DESC?= Enable LDAP support MAGICK_DESC?= Enable ImageMagick Library MMKEYS_DESC?= Enable multimedia keys support @@ -35,11 +38,12 @@ 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 +SQLITE_DESC?= Enable SQLite backend 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 +TIDY_DESC?= Enable tidy html cleaner support +TIFF_DESC?= Enable TIFF support UCS2_DESC?= Enable unicode support UCS4_DESC?= Enable unicode support VORBIS_DESC?= Enable support for ogg vorbis |