diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-10-28 15:59:53 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-10-28 15:59:53 +0800 |
commit | 41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e (patch) | |
tree | 493379d2d44721022b208b2fb249216653f3a692 /www/mod_musicindex | |
parent | 2ed2a514eb028bc8dfa1ae3f4bf132e4ce4581fb (diff) | |
download | freebsd-ports-gnome-41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e.tar.gz freebsd-ports-gnome-41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e.tar.zst freebsd-ports-gnome-41faa02feb2ffc3d2999d98a4c205eb8f0a94f0e.zip |
Chase libid3tag update.
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 2386ce412fb6..5b76f73cf203 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_musicindex PORTVERSION= 0.99.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www audio # Master site doesn't have a current version'd tarball... #MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ @@ -18,7 +18,7 @@ MAINTAINER= ports@fsck.ch COMMENT= Apache module in C that implements the perl module Apache::MP3 LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ - id3tag.2:${PORTSDIR}/audio/libid3tag \ + id3tag.0:${PORTSDIR}/audio/libid3tag \ mad.2:${PORTSDIR}/audio/libmad \ FLAC.7:${PORTSDIR}/audio/flac |