aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cmus
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-08-12 04:58:04 +0800
committermakc <makc@FreeBSD.org>2010-08-12 04:58:04 +0800
commit82f3b7d1581b58ff8959f85b2937f6deecd7611c (patch)
tree56deedd2f4a51f2caf5b75da19d0f1e21b38b02f /audio/cmus
parent7b2c24c9d3e71d8b7f35f0c76368556d3d18f241 (diff)
downloadfreebsd-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 'audio/cmus')
-rw-r--r--audio/cmus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 928995469fef..842fb75aae65 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cmus
PORTVERSION= 2.3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -104,7 +104,7 @@ CONFIGURE_ARGS+=CONFIG_TREMOR=y
.if defined(WITH_MP4)
LIB_DEPENDS+= faad:${PORTSDIR}/audio/faad
-LIB_DEPENDS+= mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
+LIB_DEPENDS+= mp4v2:${PORTSDIR}/multimedia/mp4v2
CONFIGURE_ARGS+=CONFIG_MP4=y
PLIST_SUB+= MP4=""
.else