aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms2
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2009-11-28 18:34:26 +0800
committerarved <arved@FreeBSD.org>2009-11-28 18:34:26 +0800
commitb3ef9ac3f78b1519f2c774fa1d84f8792a95029a (patch)
tree8f107ac1aebeed9931706dec534900e2031c6339 /audio/xmms2
parentd35d7ad0b853d16c44d9fa39bc36a12d8bc8fe12 (diff)
downloadfreebsd-ports-graphics-b3ef9ac3f78b1519f2c774fa1d84f8792a95029a.tar.gz
freebsd-ports-graphics-b3ef9ac3f78b1519f2c774fa1d84f8792a95029a.tar.zst
freebsd-ports-graphics-b3ef9ac3f78b1519f2c774fa1d84f8792a95029a.zip
Chase libcdio shared library version bump
Diffstat (limited to 'audio/xmms2')
-rw-r--r--audio/xmms2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index f80622496ca..620a9289049 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= xmms2
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONSUFFIX=DrMattDestruction
CATEGORIES?= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20DrMattDestruction
@@ -121,7 +121,7 @@ PLIST_SUB+= AVCODEC="@comment "
.endif
.if !defined(WITHOUT_CDDA)
-LIB_DEPENDS+= cdio.8:${PORTSDIR}/sysutils/libcdio \
+LIB_DEPENDS+= cdio.12:${PORTSDIR}/sysutils/libcdio \
discid.2:${PORTSDIR}/audio/libdiscid
PLIST_SUB+= CDDA=""
.else