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 /audio | |
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 'audio')
-rw-r--r-- | audio/moc/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 38a3bbf6b950..42a2d21281f5 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-mp3 .endif .if defined(WITH_MUSEPACK) -LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec \ +LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec \ tag_c.0:${PORTSDIR}/audio/taglib PLIST_FILES+= lib/moc/decoder_plugins/libmusepack_decoder.la \ lib/moc/decoder_plugins/libmusepack_decoder.so diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index e0f3a5e39041..0616a629c08e 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -106,7 +106,7 @@ PLIST_SUB+= SDL="@comment " .endif .if defined(WITH_MUSEPACK) -LIB_DEPENDS+= mpcdec.3:${PORTSDIR}/audio/libmpcdec +LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec PLIST_SUB+= MUSEPACK="" .else EXCLUDE+= musepack |