aboutsummaryrefslogtreecommitdiff
path: root/audio/musicpd
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-05 14:51:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-05 14:51:06 +0000
commita26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf (patch)
treedc2bec5b7b2498b26c42697255a464e87d4c3088 /audio/musicpd
parent2a5b8b14467d804e047aaf2a12129c8617f344f9 (diff)
downloadports-a26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf.tar.gz
ports-a26a7c64e7a9c73198b8f6c5c5f5fd03a62d9caf.zip
Notes
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 1a838bd1ce9e..2d5559162429 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= musicpd
PORTVERSION= 0.18.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
@@ -184,7 +184,7 @@ CONFIGURE_ARGS+=--with-zeroconf=no
. if ${PORT_OPTIONS:MTREMOR}
IGNORE= shoutcast and tremor do not coexist; use vorbis instead
. endif
-LIB_DEPENDS+= libshout.so:${PORTSDIR}/audio/libshout2
+LIB_DEPENDS+= libshout.so:${PORTSDIR}/audio/libshout
CONFIGURE_ARGS+=--enable-vorbis-encoder \
--enable-shout
.else