diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-07-26 18:46:56 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2017-07-26 18:46:56 +0000 |
commit | 7b1651856d7bb6621753c7273db70346dec5efd1 (patch) | |
tree | 73fde5b1762596d66a16aa0b2bff90a2038e87eb /audio/cmus | |
parent | b530485d66f09a65560d5c9e327cc5f63b621307 (diff) |
Notes
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 9a1bb27416e9..74db5607e81d 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -4,7 +4,7 @@ PORTNAME= cmus DISTVERSIONPREFIX= v DISTVERSION= 2.8.0-rc0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio DIST_SUBDIR= cmus @@ -46,7 +46,7 @@ _CMUS_CONFIGURE_OPTS= AAC ALSA AO ARTS CDDB CDIO COREAUDIO CUE DISCID \ CONFIGURE_ARGS+= CONFIG_${opt}=n .endfor -OPTIONS_DEFAULT= AAC FFMPEG FLAC MAD MP4 OPUS OSS SNDIO VORBIS WAV +OPTIONS_DEFAULT= AAC FFMPEG FLAC MAD MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV OPTIONS_SUB= yes OPTIONS_GROUP= OUT IN |