summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-21 16:24:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-21 16:24:44 +0000
commit3b8de8bbca15e0eb2585344052c49dbb8b3cb265 (patch)
tree6b73e54dcc99c9c83c45d4eedaeaafd4b49862bf
parentUpdate to 2.3. (diff)
- Chase audio/mpg123 shlib bump
PR: 138008 Submitted by: Anonymous <swell.k@gmail.com> Pointy hat to: novel
-rw-r--r--audio/xmms2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile
index 25a631ba6f5f..4ddf948b2884 100644
--- a/audio/xmms2/Makefile
+++ b/audio/xmms2/Makefile
@@ -7,6 +7,7 @@
PORTNAME?= xmms2
PORTVERSION= 0.6
+PORTREVISION= 1
DISTVERSIONSUFFIX=DrMattDestruction
CATEGORIES?= audio
MASTER_SITES= SF
@@ -233,7 +234,8 @@ PLIST_SUB+= MODPLUG="@comment "
.endif
.if !defined(WITHOUT_MPG123)
-LIB_DEPENDS+= mpg123.11:${PORTSDIR}/audio/mpg123
+LIB_DEPENDS+= mpg123.20
+:${PORTSDIR}/audio/mpg123
PLIST_SUB+= MPG123=""
.else
EXCLUDE+= --without-plugins="mpg123"