diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-28 07:59:53 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-28 07:59:53 +0000 |
commit | 872d7f80ee823cc7310988b95fff5e9418da81f9 (patch) | |
tree | 6a49b6bdcb31adf65132c25f9c6ebe52c3abc233 /multimedia/vlc | |
parent | a38f9f29452292f445e6a68005962d3b75217139 (diff) | |
download | ports-872d7f80ee823cc7310988b95fff5e9418da81f9.tar.gz ports-872d7f80ee823cc7310988b95fff5e9418da81f9.zip |
Notes
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 38e8955c1842..35b2e0df21ba 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -214,7 +214,7 @@ PORTNAME= vlc DISTVERSION= 0.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://downloads.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ ${MASTER_SITE_LOCAL:S|$|:mozilla|} @@ -607,7 +607,7 @@ CONFIGURE_ARGS+=--disable-livedotcom .endif .if !defined(WITHOUT_MAD) -LIB_DEPENDS+= id3tag.2:${PORTSDIR}/audio/libid3tag \ +LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag \ mad.2:${PORTSDIR}/audio/libmad CONFIGURE_ARGS+=--enable-mad \ --with-mad=${LOCALBASE} |