diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/moc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 261766bed748..e351378972d6 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -7,7 +7,7 @@ PORTNAME= moc PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --without-mp3 .endif .if defined(WITH_MUSEPACK) -LIB_DEPENDS+= mpcdec.4:${PORTSDIR}/audio/libmpcdec \ +LIB_DEPENDS+= mpcdec.5:${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 |