diff options
author | crees <crees@FreeBSD.org> | 2012-05-30 04:19:27 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-05-30 04:19:27 +0800 |
commit | c82c82f3e0c7561e247d71935e6ce9cca960d39a (patch) | |
tree | 4b8c2428c8411c2f32605336be2fe8a1e752592b /Mk | |
parent | 35d09a834bf4c966c052c939f46a4185df568d67 (diff) | |
download | freebsd-ports-gnome-c82c82f3e0c7561e247d71935e6ce9cca960d39a.tar.gz freebsd-ports-gnome-c82c82f3e0c7561e247d71935e6ce9cca960d39a.tar.zst freebsd-ports-gnome-c82c82f3e0c7561e247d71935e6ce9cca960d39a.zip |
Apparently parentheses are not allowed
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 |