diff options
author | novel <novel@FreeBSD.org> | 2011-02-24 00:46:13 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-02-24 00:46:13 +0800 |
commit | 22550960a92faf05993d8d2e21206a114896f58a (patch) | |
tree | 25d5f55d70ec744e88caaf8af23ab8cd9c35e43a /audio/xmms2 | |
parent | 13ae6c49a8ee75acda7d4f1ab646a8f53b520399 (diff) | |
download | freebsd-ports-gnome-22550960a92faf05993d8d2e21206a114896f58a.tar.gz freebsd-ports-gnome-22550960a92faf05993d8d2e21206a114896f58a.tar.zst freebsd-ports-gnome-22550960a92faf05993d8d2e21206a114896f58a.zip |
Chase audio/mpg123 shlib version change.
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index fd26165c7386..3ebf29b22557 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -7,7 +7,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.6 -PORTREVISION= 7 +PORTREVISION= 8 DISTVERSIONSUFFIX=DrMattDestruction CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20DrMattDestruction @@ -234,7 +234,7 @@ PLIST_SUB+= MODPLUG="@comment " .endif .if !defined(WITHOUT_MPG123) -LIB_DEPENDS+= mpg123.25:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS+= mpg123.0:${PORTSDIR}/audio/mpg123 PLIST_SUB+= MPG123="" .else EXCLUDE+= --without-plugins="mpg123" |