diff options
author | naddy <naddy@FreeBSD.org> | 2005-03-16 22:50:13 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-03-16 22:50:13 +0800 |
commit | a491d34dbdfd6c48c0e49769c21ab70d9aea4d62 (patch) | |
tree | 510f1868efabfda5ba6b8ff3b068d89fcd3166ef /www/mod_musicindex | |
parent | efa9096aae8ad84ca041597bbd960417341816c1 (diff) | |
download | freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.tar.gz freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.tar.zst freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.zip |
new version of libFLAC
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 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 |