diff options
| author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-02-23 16:46:13 +0000 |
|---|---|---|
| committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-02-23 16:46:13 +0000 |
| commit | 3d21b04378ac21d2258ea22f4fc32d3d648c3d27 (patch) | |
| tree | 264b0ce30a06c31f5f6e758616b7df600d7c8441 | |
| parent | - Update to 1.13.1 [1] (diff) | |
Chase audio/mpg123 shlib version change.
| -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" |
