aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-10-01 21:49:43 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-10-01 21:49:43 +0000
commit9682d2f4ea3211944209ae8fb11cc8bc7b45f2a3 (patch)
tree9f7ece93c7146fdf115f69cc74fea667bceb3140
parenta617b6324a3a6bdb594f95e28476d989324959b2 (diff)
Notes
-rw-r--r--audio/moc/Makefile4
-rw-r--r--multimedia/quodlibet/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile
index b1d78c6a349a..5be2e50032e2 100644
--- a/audio/moc/Makefile
+++ b/audio/moc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= moc
PORTVERSION= 2.4.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
@@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --without-mp3
.endif
.if defined(WITH_MUSEPACK)
-LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec \
+LIB_DEPENDS+= mpcdec.7:${PORTSDIR}/audio/musepack \
tag_c.0:${PORTSDIR}/audio/taglib
PLIST_FILES+= lib/moc/decoder_plugins/libmusepack_decoder.a \
lib/moc/decoder_plugins/libmusepack_decoder.la \
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile
index 7347f2054d97..30dc1de589fa 100644
--- a/multimedia/quodlibet/Makefile
+++ b/multimedia/quodlibet/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quodlibet
PORTVERSION= 2.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia audio python gnome
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -72,7 +72,7 @@ RUN_DEPENDS+= ${PYCTYPES}
.endif
.if !defined(WITHOUT_MUSEPACK)
-LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec
+LIB_DEPENDS+= mpcdec.7:${PORTSDIR}/audio/musepack
USE_GSTREAMER+= musepack
.endif