diff options
author | ahze <ahze@FreeBSD.org> | 2007-10-10 02:20:07 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-10-10 02:20:07 +0800 |
commit | 45be6f611513a31416667ed02a1c468d4506b26e (patch) | |
tree | 2754ad88f2353540165265f7dd632e6a7d49cbec /multimedia/vlc | |
parent | 251bcf071cb3b5b55f596ee592da07063830caad (diff) | |
download | freebsd-ports-gnome-45be6f611513a31416667ed02a1c468d4506b26e.tar.gz freebsd-ports-gnome-45be6f611513a31416667ed02a1c468d4506b26e.tar.zst freebsd-ports-gnome-45be6f611513a31416667ed02a1c468d4506b26e.zip |
Chase libtheora lib version
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index c2fb3de27168..60344c8f492c 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6c -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \ @@ -394,7 +394,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 |