diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-30 11:34:16 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-06-30 11:34:16 +0000 |
commit | 5d2b63086023194fae4c57f46a6758d7c1637dbe (patch) | |
tree | b5ea9c3531a1c35a52697a09e293493b79c25114 /audio/cmus/Makefile | |
parent | b3d62540cfd360ddf639a07aa6e387441d66b6a0 (diff) | |
download | ports-5d2b63086023194fae4c57f46a6758d7c1637dbe.tar.gz ports-5d2b63086023194fae4c57f46a6758d7c1637dbe.zip |
Notes
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r-- | audio/cmus/Makefile | 5 |
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="" |