diff options
Diffstat (limited to 'www')
-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 ccafc5a31db6..2386ce412fb6 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_musicindex PORTVERSION= 0.99.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www audio # Master site doesn't have a current version'd tarball... #MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ @@ -20,7 +20,7 @@ COMMENT= Apache module in C that implements the perl module Apache::MP3 LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ id3tag.2:${PORTSDIR}/audio/libid3tag \ mad.2:${PORTSDIR}/audio/libmad \ - FLAC.5:${PORTSDIR}/audio/flac + FLAC.7:${PORTSDIR}/audio/flac CPPFLAGS= -DHAS_MP3 -DHAS_OGG -DHAS_FLAC CFLAGS+= -I${LOCALBASE}/include |