aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cmus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r--audio/cmus/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 436634e1ee8..76edb109812 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cmus
-PORTVERSION= 2.3.1
-PORTREVISION= 3
+PORTVERSION= 2.3.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -88,7 +87,7 @@ CONFIGURE_ARGS+=CONFIG_MPC=n
PLIST_SUB+= MPC="@comment "
.endif
-.if !defined(WITHOUT_VORBIS)
+.if !defined(WITHOUT_VORBIS) || defined(WITH_TREMOR)
LIB_DEPENDS+= vorbisfile:${PORTSDIR}/audio/libvorbis
CONFIGURE_ARGS+=CONFIG_VORBIS=y
PLIST_SUB+= VORBIS=""