diff options
author | pav <pav@FreeBSD.org> | 2006-04-16 00:00:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-16 00:00:19 +0800 |
commit | 582ac0a1d0e0bcd0558e2de2d1393939c392b984 (patch) | |
tree | d8ac78fcd5b83186f593ad37ccd06f3cc5c90ac3 /multimedia | |
parent | 78d00755625b0843ebb8fbc22a71b2e136ea019b (diff) | |
download | freebsd-ports-gnome-582ac0a1d0e0bcd0558e2de2d1393939c392b984.tar.gz freebsd-ports-gnome-582ac0a1d0e0bcd0558e2de2d1393939c392b984.tar.zst freebsd-ports-gnome-582ac0a1d0e0bcd0558e2de2d1393939c392b984.zip |
- Chase libmpcdec update
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 2 | ||||
-rw-r--r-- | multimedia/audacious/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index df297f7f32c7..938a288fec70 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -90,7 +90,7 @@ CONFIGURE_ARGS+= --disable-sid .if !defined(WITHOUT_MPC) INPUT_PLUGINS+= musepack PLIST_SUB+= MPCPLUGIN="" -LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec \ +LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec \ tag.5:${PORTSDIR}/audio/taglib .else PLIST_SUB+= MPCPLUGIN="@comment " diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index df297f7f32c7..938a288fec70 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -90,7 +90,7 @@ CONFIGURE_ARGS+= --disable-sid .if !defined(WITHOUT_MPC) INPUT_PLUGINS+= musepack PLIST_SUB+= MPCPLUGIN="" -LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec \ +LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec \ tag.5:${PORTSDIR}/audio/taglib .else PLIST_SUB+= MPCPLUGIN="@comment " |