diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-11 20:58:04 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-11 20:58:04 +0000 |
commit | 526f368c1f14049f2973cf1e394ac47f2b2b2a55 (patch) | |
tree | adfab435172ba1503f50e9c1704611af679726b1 /multimedia/quodlibet | |
parent | 1e6350a694d411bf103551c336283d05c06e695e (diff) | |
download | ports-526f368c1f14049f2973cf1e394ac47f2b2b2a55.tar.gz ports-526f368c1f14049f2973cf1e394ac47f2b2b2a55.zip |
Chase multimedia/mp4v2 update.
PR: ports/148643
Submitted by: Christopher Key <cjk32 at cam.ac.uk>
Notes
Notes:
svn path=/head/; revision=259121
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 dfa0c7f0426b..7347f2054d97 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -7,7 +7,7 @@ PORTNAME= quodlibet PORTVERSION= 2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia audio python gnome MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -82,7 +82,7 @@ USE_GSTREAMER+= wavpack .endif .if !defined(WITHOUT_MPEG4IP) -LIB_DEPENDS+= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 +LIB_DEPENDS+= mp4v2.10:${PORTSDIR}/multimedia/mp4v2 USE_GSTREAMER+= faad .endif |