diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-02-28 09:29:28 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-02-28 09:29:28 +0800 |
commit | 78c51410dc07d684cc985b382ef89c09bc589feb (patch) | |
tree | 60d5091c2363a3e2c694fe354bac9e30fdcc3bc0 /audio | |
parent | 0a23993ee737a5c7f86999b70de14c23cb8bb303 (diff) | |
download | freebsd-ports-gnome-78c51410dc07d684cc985b382ef89c09bc589feb.tar.gz freebsd-ports-gnome-78c51410dc07d684cc985b382ef89c09bc589feb.tar.zst freebsd-ports-gnome-78c51410dc07d684cc985b382ef89c09bc589feb.zip |
- bump mpcdec lib version
Submitted by: a user via XMMS2 bug tracker
Diffstat (limited to 'audio')
-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 |