aboutsummaryrefslogtreecommitdiffstats
path: root/audio/musicpd
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2012-01-19 01:36:27 +0800
committerarved <arved@FreeBSD.org>2012-01-19 01:36:27 +0800
commitceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c (patch)
tree1f0483f8ca1a2e74f781ad794d151f47bb3592f7 /audio/musicpd
parente6bb535d2ed5eb42475fccab86fe28d902515997 (diff)
downloadfreebsd-ports-gnome-ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c.tar.gz
freebsd-ports-gnome-ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c.tar.zst
freebsd-ports-gnome-ceede3db99aaa60e2ac21b89f43d6ee5ba0d5b0c.zip
Chase libcdio shlib bump
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 47596e8c23e1..e7c24c07b807 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= musicpd
PORTVERSION= 0.16.6
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= audio ipv6
MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION}
DISTNAME= mpd-${PORTVERSION}
@@ -145,7 +145,7 @@ CONFIGURE_ARGS+=--enable-bzip2 \
--enable-zip \
--enable-iso9660
LIB_DEPENDS+= zzip.13:${PORTSDIR}/devel/zziplib \
- iso9660.7:${PORTSDIR}/sysutils/libcdio
+ iso9660.8:${PORTSDIR}/sysutils/libcdio
.endif
.if defined(WITHOUT_FFMPEG)