diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-30 01:13:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-30 01:13:15 +0800 |
commit | 0a54978a9292b90e50ee26521582fb82ac0bd1e1 (patch) | |
tree | c9e3001127625ede78276d5f7b424bd70a4eab04 /Mk | |
parent | b67a12529d141c3bb075b5a8e790817f8352b486 (diff) | |
download | freebsd-ports-gnome-0a54978a9292b90e50ee26521582fb82ac0bd1e1.tar.gz freebsd-ports-gnome-0a54978a9292b90e50ee26521582fb82ac0bd1e1.tar.zst freebsd-ports-gnome-0a54978a9292b90e50ee26521582fb82ac0bd1e1.zip |
- Add shared GEOTIFF, GIF, JPEG, TIFF descriptions
- Sort *_DESC
Diffstat (limited to '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 |