diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
commit | c7ca0ba1270728541cb85479f0fd9d4aa5d82567 (patch) | |
tree | e120d11744661e220d8a3555e1cc169d34966ca9 /www/mod_musicindex/Makefile | |
parent | 556c0d85678a5197e3ae8e4a697f4c3f6a450e8e (diff) | |
download | ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.tar.gz ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.zip |
Notes
Diffstat (limited to 'www/mod_musicindex/Makefile')
-rw-r--r-- | www/mod_musicindex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index ef0043df1334..ad7aaa0c066b 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_musicindex PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= www audio MASTER_SITES= http://www.esiee.fr/~puffin/musicindex/ DISTNAME= libapache-mod-musicindex_${PORTVERSION} @@ -18,8 +19,8 @@ BUILD_DEPENDS= ${APXS}:${APACHE_PORT} RUN_DEPENDS= ${APXS}:${APACHE_PORT} LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ vorbis.2:${PORTSDIR}/audio/libvorbis \ - id3tag.1:${PORTSDIR}/audio/mad \ - mad.1:${PORTSDIR}/audio/mad + id3tag.2:${PORTSDIR}/audio/libid3tag \ + mad.2:${PORTSDIR}/audio/libmad APXS?= ${LOCALBASE}/sbin/apxs USE_GMAKE= yes |