aboutsummaryrefslogtreecommitdiff
path: root/audio/musicpd
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2009-11-28 10:34:26 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2009-11-28 10:34:26 +0000
commit9e811c372a9ad2bd983731eb59dba482f7c4224f (patch)
tree86e85be0392ddc0d5edc44e35b5c7bbf9f51ec8d /audio/musicpd
parent2ca9e469adc77090c0cdede0f17e4188e7399742 (diff)
downloadports-9e811c372a9ad2bd983731eb59dba482f7c4224f.tar.gz
ports-9e811c372a9ad2bd983731eb59dba482f7c4224f.zip
Notes
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 13a613b6bdfc..c2c2b223636c 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= musicpd
PORTVERSION= 0.15
+PORTREVISION= 1
CATEGORIES= audio ipv6
MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION}
DISTNAME= mpd-${PORTVERSION}
@@ -130,7 +131,7 @@ CONFIGURE_ARGS+=--enable-bzip2 \
--enable-zip \
--enable-iso9660
LIB_DEPENDS+= zzip.13:${PORTSDIR}/devel/zziplib \
- iso9660.5:${PORTSDIR}/sysutils/libcdio
+ iso9660.7:${PORTSDIR}/sysutils/libcdio
.endif
.if defined(WITHOUT_FFMPEG)