diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-10 00:17:59 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-10 00:17:59 +0000 |
commit | c9e338009bb83f6ef56184e041151a6905cf0a4b (patch) | |
tree | 3c9465b0c6d0f547e002ef151363b5ee29f64e55 /audio/sdl_mixer | |
parent | audio/sdl{,2}_mixer: fix VORBIS=on logic after r410689 (diff) |
audio/sdl{,2}_mixer: sync and add missing option descriptions
PR: 202689
Notes
Notes:
svn path=/head/; revision=410737
Diffstat (limited to 'audio/sdl_mixer')
-rw-r--r-- | audio/sdl_mixer/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index 7bff31504b76..0a4fafa7b0bc 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -32,11 +32,8 @@ OPTIONS_DEFAULT+= TREMOR OPTIONS_DEFAULT+= VORBIS .endif -MIKMOD_DESC= Enable MOD music via libMikMod -MODPLUG_DESC= Enable MOD music via libModPlug -SMPEG_DESC= Enable MP3 music via SMPEG -FLAC_DESC= Enable FLAC encoding support via flac -VORBIS_DESC= Enable Ogg Vorbis music +MOD_DESC= Tracker music support +SMPEG_DESC= MP3 audio support via SMPEG TIMIDITYPLUS_DESC= Use Timidity++ instead of Timidity (soundfont) MIKMOD_LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod |