aboutsummaryrefslogtreecommitdiff
path: root/audio/cmus/Makefile
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-06-30 11:34:16 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-06-30 11:34:16 +0000
commit5d2b63086023194fae4c57f46a6758d7c1637dbe (patch)
treeb5ea9c3531a1c35a52697a09e293493b79c25114 /audio/cmus/Makefile
parentb3d62540cfd360ddf639a07aa6e387441d66b6a0 (diff)
downloadports-5d2b63086023194fae4c57f46a6758d7c1637dbe.tar.gz
ports-5d2b63086023194fae4c57f46a6758d7c1637dbe.zip
Notes
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 436634e1ee80..76edb1098123 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=""