aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2005-01-14 03:04:06 +0800
committerkwm <kwm@FreeBSD.org>2005-01-14 03:04:06 +0800
commit352e79112a6f6022eb4975997aafb1023c5ecf2f (patch)
treeafce6793d26c11ed39f493665db725023568258b /multimedia/vlc
parentb01a49a959407ac3fac7b96df8f03282e5bb90ef (diff)
downloadfreebsd-ports-gnome-352e79112a6f6022eb4975997aafb1023c5ecf2f.tar.gz
freebsd-ports-gnome-352e79112a6f6022eb4975997aafb1023c5ecf2f.tar.zst
freebsd-ports-gnome-352e79112a6f6022eb4975997aafb1023c5ecf2f.zip
Bump portrevision to chase shlib dump of libtheora and new location.
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 1a1ee4cf1124..c39716d994bc 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -176,7 +176,7 @@
PORTNAME= vlc
PORTVERSION= 0.8.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \
@@ -275,7 +275,7 @@ WITH_FRIBIDI= yes
WITH_GGI= yes
.endif
-.if exists(${LOCALBASE}/lib/libtheora.so.0) && !defined(WITHOUT_LIBTHEORA)
+.if exists(${LOCALBASE}/lib/libtheora.so.1) && !defined(WITHOUT_LIBTHEORA)
WITH_LIBTHEORA= yes
.endif
@@ -501,7 +501,7 @@ CONFIGURE_ARGS+=--disable-libmpeg2
.endif
.if defined(WITH_LIBTHEORA) && !defined(WITHOUT_LIBTHEORA)
-LIB_DEPENDS+= theora.0:${PORTSDIR}/graphics/libtheora
+LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora
CONFIGURE_ARGS+=--enable-theora
.else
CONFIGURE_ARGS+=--disable-theora