diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-03 20:19:49 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-03 20:19:49 +0000 |
commit | e4f4c64658a3add207ec051fea3b49358978cd1d (patch) | |
tree | f1043e8079c4567d75cbd0bb02700f4c0d88eff2 /audio | |
parent | 65af89a3534ff2f72c7bfa80247f51ef4873dca4 (diff) |
Notes
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 |