aboutsummaryrefslogtreecommitdiffstats
path: root/www
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 /www
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 'www')
-rw-r--r--www/mod_musicindex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile
index f1449215c02a..49a6aa471a8a 100644
--- a/www/mod_musicindex/Makefile
+++ b/www/mod_musicindex/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mod_musicindex
PORTVERSION= 1.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www audio
MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ \
http://depot.fsck.ch/mirror/distfiles/
@@ -62,7 +62,7 @@ LIB_DEPENDS+= id3tag:${PORTSDIR}/audio/libid3tag \
.if defined(WITHOUT_MP4)
CONFIGURE_ARGS+= --disable-mp4
.else
-LIB_DEPENDS+= mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
+LIB_DEPENDS+= mp4v2:${PORTSDIR}/multimedia/mp4v2
.endif
.if defined(WITHOUT_VORBIS)