diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-01 21:49:43 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-01 21:49:43 +0000 |
commit | 9682d2f4ea3211944209ae8fb11cc8bc7b45f2a3 (patch) | |
tree | 9f7ece93c7146fdf115f69cc74fea667bceb3140 /multimedia/quodlibet | |
parent | a617b6324a3a6bdb594f95e28476d989324959b2 (diff) | |
download | ports-9682d2f4ea3211944209ae8fb11cc8bc7b45f2a3.tar.gz ports-9682d2f4ea3211944209ae8fb11cc8bc7b45f2a3.zip |
Notes
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 |