From 280b349e401d5b2cea2acea425bc44da1abd0e71 Mon Sep 17 00:00:00 2001 From: makc Date: Fri, 1 Oct 2010 21:49:43 +0000 Subject: Switch to audio/musepack from deprecated audio/libmpcdec PR: ports/150510 Submitted by: Ganael Laplanche Approved by: maintainer timeout (> 2 weeks) --- multimedia/quodlibet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia/quodlibet/Makefile') 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 -- cgit