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 /multimedia/vlc | |
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 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 09e07278171c..83f417727631 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -7,6 +7,7 @@ PORTNAME= vlc PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ @@ -15,7 +16,7 @@ COMMENT= An X11 video streaming client/server solution LIB_DEPENDS= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \ dvdread.3:${PORTSDIR}/multimedia/libdvdread \ - mad.1:${PORTSDIR}/audio/mad \ + mad.2:${PORTSDIR}/audio/mad \ avcodec.0:${PORTSDIR}/multimedia/ffmpeg \ a52.0:${PORTSDIR}/audio/liba52 \ intl.5:${PORTSDIR}/devel/gettext \ |