diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
commit | 65c95ed317d5247174995e434fc6898807b43115 (patch) | |
tree | ed49bb0c5e68c117a3f3b746e36ddafc32401539 /multimedia/vlc/Makefile | |
parent | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (diff) | |
download | freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.gz freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.zst freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.zip |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r-- | multimedia/vlc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 83f417727631..29bd5ef0f988 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -7,7 +7,7 @@ PORTNAME= vlc PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ @@ -21,8 +21,7 @@ LIB_DEPENDS= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \ a52.0:${PORTSDIR}/audio/liba52 \ intl.5:${PORTSDIR}/devel/gettext \ iconv.3:${PORTSDIR}/converters/libiconv \ - vorbis.2:${PORTSDIR}/audio/libvorbis \ - ogg.4:${PORTSDIR}/audio/libogg \ + vorbis.3:${PORTSDIR}/audio/libvorbis \ FLAC.5:${PORTSDIR}/audio/flac \ faad.0:${PORTSDIR}/audio/faad \ wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 \ |