aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms2
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-08-22 00:24:44 +0800
committermiwi <miwi@FreeBSD.org>2009-08-22 00:24:44 +0800
commit06323efd2dba3945de96d6e7bde06993b60f8797 (patch)
tree78a17611787fa64b24cb3cb0200e65982fec6765 /audio/xmms2
parentc16fad52436e23c4b7c05bb226bb387a5a15d579 (diff)
downloadfreebsd-ports-gnome-06323efd2dba3945de96d6e7bde06993b60f8797.tar.gz
freebsd-ports-gnome-06323efd2dba3945de96d6e7bde06993b60f8797.tar.zst
freebsd-ports-gnome-06323efd2dba3945de96d6e7bde06993b60f8797.zip
- Chase audio/mpg123 shlib bump
PR: 138008 Submitted by: Anonymous <swell.k@gmail.com> Pointy hat to: novel
Diffstat (limited to 'audio/xmms2')
-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"