aboutsummaryrefslogtreecommitdiff
path: root/audio/cmus/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-09-21 16:48:04 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-09-21 16:48:04 +0000
commit2ee00782edeff84bd0019c4b56770b474ab02be6 (patch)
treee11051f9e683f2860aaa92e011b3c16720e557fe /audio/cmus/Makefile
parent17e550ca2fd180b150f6645ced5f3bb45bc32292 (diff)
downloadports-2ee00782edeff84bd0019c4b56770b474ab02be6.tar.gz
ports-2ee00782edeff84bd0019c4b56770b474ab02be6.zip
Notes
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r--audio/cmus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 842fb75aae65..636105e10021 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cmus
PORTVERSION= 2.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -80,7 +80,7 @@ PLIST_SUB+= MIKMOD="@comment "
.endif
.if defined(WITH_MUSEPACK)
-LIB_DEPENDS+= mpcdec:${PORTSDIR}/audio/libmpcdec
+LIB_DEPENDS+= mpcdec:${PORTSDIR}/audio/musepack
CONFIGURE_ARGS+=CONFIG_MPC=y
PLIST_SUB+= MPC=""
.else