aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-10-09 18:20:07 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-10-09 18:20:07 +0000
commit6aecb2152b8424217c9212265c6cc601787fdc5e (patch)
tree7f8777715a13e74b560c8b090488b534ee232ae9 /multimedia/vlc-devel/Makefile
parentc9289eff993f2cd689f8f8e8a26be7d635b4c823 (diff)
downloadports-6aecb2152b8424217c9212265c6cc601787fdc5e.tar.gz
ports-6aecb2152b8424217c9212265c6cc601787fdc5e.zip
Chase libtheora lib version
Notes
Notes: svn path=/head/; revision=201195
Diffstat (limited to 'multimedia/vlc-devel/Makefile')
-rw-r--r--multimedia/vlc-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index c06fbd86d9da..856a0af7b3f9 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -10,7 +10,7 @@
PORTNAME= vlc
DISTVERSION= 0.9.0.20071005
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://nightlies.videolan.org/build/source/trunk-${DISTVERSION:S/0.9.0.//}-0024/
@@ -409,7 +409,7 @@ CONFIGURE_ARGS+= --enable-shout
.endif
.if (defined(WITH_THEORA) || exists(${LOCALBASE}/lib/libtheora.a)) && !defined(WITHOUT_THEORA)
-LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora
+LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora
CONFIGURE_ARGS+=--enable-theora
.else
CONFIGURE_ARGS+=--disable-theora