diff options
author | danfe <danfe@FreeBSD.org> | 2012-12-16 00:56:58 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-12-16 00:56:58 +0800 |
commit | a36e1b0576af154698cf4d475e51a80b52970d81 (patch) | |
tree | 48fc38fda89550592a1bba9ede57dc9cbc5a61e4 /Mk | |
parent | d8b7b135a348b9df351266e50b19150b025e1901 (diff) | |
download | freebsd-ports-gnome-a36e1b0576af154698cf4d475e51a80b52970d81.tar.gz freebsd-ports-gnome-a36e1b0576af154698cf4d475e51a80b52970d81.tar.zst freebsd-ports-gnome-a36e1b0576af154698cf4d475e51a80b52970d81.zip |
- Add standard descriptions for AUDIOFILE and SOUNDTOUCH
- Consistensify descriptions for LIBEDIT and READLINE
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 14020e599701..edf033b8c943 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -29,6 +29,7 @@ ARTS_DESC?= aRts audio system ASM_DESC?= Use optimized assembly code ASPELL_DESC?= Spell checking via GNU Aspell ASSERT_DESC?= Enable debug assertions +AUDIOFILE_DESC=? SGI audio file format support AVAHI_DESC?= Zeroconf via Avahi BDB_DESC?= Berkeley Database BDB1_DESC?= Berkeley DB 1.85 @@ -164,7 +165,7 @@ LDAPS_DESC?= LDAPS support LENSFUN_DESC?= Camera lens database via LensFun LFS_DESC?= Large files support LIBBLURAY_DESC?= Blu-ray discs via libbluray -LIBEDIT_DESC?= readline support +LIBEDIT_DESC?= Command line editing via libedit LIBEV_DESC?= High-performance events via libev LIBEXIF_DESC?= EXIF metadata via libexif LIBEXTRACTOR_DESC?= libextractor support @@ -285,6 +286,7 @@ SNDFILE_DESC?= libsndfile support SNMP_DESC?= SNMP protocol SOCKS_DESC?= SOCKS proxy support SOUND_DESC?= Sound (audio) +SOUNDTOUCH_DESC?= Sound processing support via SoundTouch SPANDSP_DESC?= Spandsp faxing SPEEX_DESC?= Speex audio format SQL_DESC?= SQL database |