summaryrefslogtreecommitdiff
path: root/audio/musicpd
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2007-02-26 05:36:23 +0000
committerKevin Lo <kevlo@FreeBSD.org>2007-02-26 05:36:23 +0000
commit90dd37c655a33cde4bf086a99e5490a0fed1396a (patch)
treecc7940f4d579924d13085a409b08f5b03618825a /audio/musicpd
parentForce commit for this: (diff)
Bump PORTREVISION: mpcdec.4 -> mpcdec.5
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index f67d2b5d2b92..ad1dcce74f10 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= musicpd
PORTVERSION= 0.12.1
+PORTREVISION= 1
CATEGORIES= audio ipv6
MASTER_SITES= http://musicpd.org/uploads/files/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -59,7 +60,7 @@ CONFIGURE_ARGS+=--disable-aac
.endif
.ifdef(WITH_MUSEPACK)
-LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec
+LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec
.else
CONFIGURE_ARGS+=--disable-mpc
.endif