diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-04 11:28:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-04 11:28:22 +0000 |
commit | 06361be82f257f92136d5363cf67cdbd608ebb96 (patch) | |
tree | f7b9a7914c461bd65bc7b6cad86f81caef623af6 /audio/xmms2 | |
parent | 704825b29676bb6bf5a0188dd22a34fd6e6bdabf (diff) | |
download | ports-06361be82f257f92136d5363cf67cdbd608ebb96.tar.gz ports-06361be82f257f92136d5363cf67cdbd608ebb96.zip |
Notes
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" |