diff options
author | makc <makc@FreeBSD.org> | 2010-08-12 04:58:04 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-08-12 04:58:04 +0800 |
commit | 82f3b7d1581b58ff8959f85b2937f6deecd7611c (patch) | |
tree | 56deedd2f4a51f2caf5b75da19d0f1e21b38b02f /multimedia/quodlibet | |
parent | 7b2c24c9d3e71d8b7f35f0c76368556d3d18f241 (diff) | |
download | freebsd-ports-gnome-82f3b7d1581b58ff8959f85b2937f6deecd7611c.tar.gz freebsd-ports-gnome-82f3b7d1581b58ff8959f85b2937f6deecd7611c.tar.zst freebsd-ports-gnome-82f3b7d1581b58ff8959f85b2937f6deecd7611c.zip |
Chase multimedia/mp4v2 update.
PR: ports/148643
Submitted by: Christopher Key <cjk32 at cam.ac.uk>
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 |