diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-12-15 17:07:50 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-12-15 17:07:50 +0000 |
commit | 5626740e45348d0526213f75c1d9d04b975cb2ce (patch) | |
tree | 1b8235cd9206efa54f8d35deeae9c10d4ac0d06b /audio/cmus | |
parent | d6249693645bad37cd6addda508297b38df15a23 (diff) |
Notes
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 2ee569fdda6e..21ab4336bd63 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -46,6 +46,7 @@ _CMUS_CONFIGURE_OPTS= AAC ALSA AO ARTS CDDB CDIO COREAUDIO CUE DISCID \ CONFIGURE_ARGS+= CONFIG_${opt}=n .endfor +OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFAULT= AAC FFMPEG FLAC MAD MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV OPTIONS_SUB= yes |