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 /www/mod_musicindex | |
parent | 1e6350a694d411bf103551c336283d05c06e695e (diff) | |
download | ports-526f368c1f14049f2973cf1e394ac47f2b2b2a55.tar.gz ports-526f368c1f14049f2973cf1e394ac47f2b2b2a55.zip |
Notes
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r-- | www/mod_musicindex/Makefile | 4 |
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) |