diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-02-28 01:29:28 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-02-28 01:29:28 +0000 |
commit | dd3e84085a2b9f082b033995cecf371ccc02c000 (patch) | |
tree | 05026795760c5ce925a90bb9a6115eaac2d4aaf5 | |
parent | - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION. (diff) |
- bump mpcdec lib version
Submitted by: a user via XMMS2 bug tracker
Notes
Notes:
svn path=/head/; revision=186175
-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 7f61b58c4da6..f238ad4b680f 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -146,7 +146,7 @@ PLIST_SUB+= SDL="@comment " .endif .if defined(WITH_MUSEPACK) -LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec +LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec PLIST_SUB+= MUSEPACK="" .else EXCLUDE+= musepack |