diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-01-13 19:04:06 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-01-13 19:04:06 +0000 |
commit | 6771c18f2b8e415b3f3ec06ce31062991c27d883 (patch) | |
tree | 12b74f598e71bded794955fe98fc6e89105d11e9 /multimedia/vlc-devel/Makefile | |
parent | 294465d77e0208308cd8254537e37728e15cb727 (diff) | |
download | ports-6771c18f2b8e415b3f3ec06ce31062991c27d883.tar.gz ports-6771c18f2b8e415b3f3ec06ce31062991c27d883.zip |
Notes
Diffstat (limited to 'multimedia/vlc-devel/Makefile')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 1a1ee4cf1124..c39716d994bc 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/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 |