diff options
author | sat <sat@FreeBSD.org> | 2007-03-04 04:19:49 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-04 04:19:49 +0800 |
commit | 564e774db17884ade585ef83c52d14a92bdcc76e (patch) | |
tree | d3271f69d8dd2a112ead484114f54113f1522d24 /audio | |
parent | 28c8d40172ff894ec310eb7a8c7c42dae928b77f (diff) | |
download | freebsd-ports-gnome-564e774db17884ade585ef83c52d14a92bdcc76e.tar.gz freebsd-ports-gnome-564e774db17884ade585ef83c52d14a92bdcc76e.tar.zst freebsd-ports-gnome-564e774db17884ade585ef83c52d14a92bdcc76e.zip |
- Chase lib version bump in libmpcdec
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 |