diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-05-29 20:19:27 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-05-29 20:19:27 +0000 |
commit | e83a4f09f0069150caedaa565eaff7ce478047b0 (patch) | |
tree | a3ca963d7e05ff882132648bfbcf6768cdee0e70 /Mk | |
parent | 778eb9503833f2c4f2410b35b240a2621af59fe9 (diff) | |
download | ports-e83a4f09f0069150caedaa565eaff7ce478047b0.tar.gz ports-e83a4f09f0069150caedaa565eaff7ce478047b0.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 38122d70444c..078d42c2a2cf 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -17,7 +17,7 @@ DBUS_DESC?= Enable D-Bus support DEBUG_DESC?= Enable debug flags DOCS_DESC?= Build and install the documentation EXAMPLES_DESC?= Build and install the examples -FFMPEG_DESC?= Support FFMPEG (wma aiff ac3 ape...) +FFMPEG_DESC?= Support FFMPEG FLAC_DESC?= Enable support for flac FPECTL_DESC?= Enable floating point exception handling GEOTIFF_DESC?= Enable GEOTIFF support @@ -62,7 +62,7 @@ STATIC_DESC?= Build static executable/libraries THREADS_DESC?= Enable thread support TIDY_DESC?= Enable tidy html cleaner support TIFF_DESC?= Enable TIFF support -TREMOR_DESC?= Support Tremor (integer-only Vorbis) +TREMOR_DESC?= Support Tremor UCS2_DESC?= Enable unicode support UCS4_DESC?= Enable unicode support VORBIS_DESC?= Enable support for ogg vorbis |