diff options
Diffstat (limited to 'multimedia/vlc-devel/Makefile')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 9675fccae1fc..24edc66d59bb 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -218,7 +218,7 @@ PORTNAME= vlc DISTVERSION= 0.8.2.20050813 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/vlc/snapshots/ # http://download2.videolan.org/pub/videolan/testing/${PORTNAME}-${DISTVERSION}/ \ @@ -634,7 +634,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} |