diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 09:27:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 09:27:06 +0800 |
commit | 97dc1ccd911bb0ed4fca5a6371836561f554ba21 (patch) | |
tree | 4d05d61254c87ee99dd981130a34c331a7562d61 /www/mod_musicindex | |
parent | 22153277e4c08891ead20753c9cef33cc219a2ed (diff) | |
download | freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.gz freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.zst freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.zip |
Chase the libmad/libid3tag shared lib version.
Diffstat (limited to 'www/mod_musicindex')
-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 |