diff options
author | makc <makc@FreeBSD.org> | 2010-10-02 05:49:43 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-02 05:49:43 +0800 |
commit | 280b349e401d5b2cea2acea425bc44da1abd0e71 (patch) | |
tree | 843040d57d3fe396e46ac803a00b1f6080cfe21a /multimedia/quodlibet | |
parent | aa9468c311c537d4731dc2e2e3cf5cbb1dd629d3 (diff) | |
download | freebsd-ports-gnome-280b349e401d5b2cea2acea425bc44da1abd0e71.tar.gz freebsd-ports-gnome-280b349e401d5b2cea2acea425bc44da1abd0e71.tar.zst freebsd-ports-gnome-280b349e401d5b2cea2acea425bc44da1abd0e71.zip |
Switch to audio/musepack from deprecated audio/libmpcdec
PR: ports/150510
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by: maintainer timeout (> 2 weeks)
Diffstat (limited to 'multimedia/quodlibet')
-rw-r--r-- | multimedia/quodlibet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |