aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2010-06-07 04:44:03 +0800
committernaddy <naddy@FreeBSD.org>2010-06-07 04:44:03 +0800
commita60aa9161fa5196ed4cbb4215c1b907654a5ec0e (patch)
tree92d84ed5d6b96acdcb0766cc553b1e437c95bbd1 /multimedia/vlc
parentd8350e7fbe4de6cda75d1fc3e83a70ed8d6a0f70 (diff)
downloadfreebsd-ports-gnome-a60aa9161fa5196ed4cbb4215c1b907654a5ec0e.tar.gz
freebsd-ports-gnome-a60aa9161fa5196ed4cbb4215c1b907654a5ec0e.tar.zst
freebsd-ports-gnome-a60aa9161fa5196ed4cbb4215c1b907654a5ec0e.zip
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index fc75ca09ac44..728c13d374aa 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 1.0.6
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 3
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \
@@ -486,7 +486,7 @@ CONFIGURE_ARGS+=--disable-mpc
.endif
.if !defined(WITHOUT_OGG)
-LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg
+LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg
CONFIGURE_ARGS+=--enable-ogg
.else
CONFIGURE_ARGS+=--disable-ogg