aboutsummaryrefslogtreecommitdiffstats
path: root/audio/musicpd
diff options
context:
space:
mode:
authortdb <tdb@FreeBSD.org>2006-01-17 07:04:17 +0800
committertdb <tdb@FreeBSD.org>2006-01-17 07:04:17 +0800
commite659ced373e85448b151ca8569751cc7ae2db8f1 (patch)
treed31486cdd143c4154e0f64a969994c148ed210d5 /audio/musicpd
parent04ab83cad87cc50dd8cf61cccf22ec04cec7835a (diff)
downloadfreebsd-ports-graphics-e659ced373e85448b151ca8569751cc7ae2db8f1.tar.gz
freebsd-ports-graphics-e659ced373e85448b151ca8569751cc7ae2db8f1.tar.zst
freebsd-ports-graphics-e659ced373e85448b151ca8569751cc7ae2db8f1.zip
- Fix dependency on libaudiofile
PR: 91472 Submitted by: Michael Kuhn <mkuhn.nw@web.de> Approved by: maintainer
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 6e56ad3fe14..f51407af9b2 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= musicpd
PORTVERSION= 0.11.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -54,7 +54,7 @@ LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
.ifdef(WITHOUT_WAV)
CONFIGURE_ARGS+=--disable-audiofile
.else
-LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libaudiofile
+LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
.endif
.ifdef(WITH_AAC)