diff options
author | pav <pav@FreeBSD.org> | 2010-05-04 19:28:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-04 19:28:22 +0800 |
commit | 6663b7538fb8d5353b47357a599f943d0ebf5613 (patch) | |
tree | aa5e0608887420c91da636ae67a5058a8d03e49f /audio/xmms2 | |
parent | 3cb9f7ed34eefafebc86492b5831d596de159f91 (diff) | |
download | freebsd-ports-gnome-6663b7538fb8d5353b47357a599f943d0ebf5613.tar.gz freebsd-ports-gnome-6663b7538fb8d5353b47357a599f943d0ebf5613.tar.zst freebsd-ports-gnome-6663b7538fb8d5353b47357a599f943d0ebf5613.zip |
- Chase mpg123 update
PR: ports/145661
Submitted by: Oliver Wegner <oliver@skriptepedia.de>
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 050728c879f5..1222b89311a5 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -234,7 +234,7 @@ PLIST_SUB+= MODPLUG="@comment " .endif .if !defined(WITHOUT_MPG123) -LIB_DEPENDS+= mpg123.20:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS+= mpg123.25:${PORTSDIR}/audio/mpg123 PLIST_SUB+= MPG123="" .else EXCLUDE+= --without-plugins="mpg123" |