diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:57:34 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:57:34 +0000 |
commit | 8d9120adf25bf511745cb6868170808e61090d04 (patch) | |
tree | 069fca42adaf2f57f14b90bcf950addb620f71e5 /multimedia/vlc | |
parent | - Update to 1.0alpha5 (diff) |
- Update PORTREVISION and libtheora version reflecting multimedia/libtheora update.
- portlint(1) while here
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index e078f92e1e8e..34681d238868 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -224,7 +224,7 @@ PORTNAME= vlc PORTVERSION= 0.8.4a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download2.videolan.org/pub/videolan/testing/${PORTNAME}-${DISTVERSION}/ \ http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ @@ -254,7 +254,6 @@ USE_GETTEXT= yes USE_GMAKE= yes WANT_GNOME= yes USE_GNOME= gnometarget libxml2 -USE_REINPLACE= yes WANT_SDL= yes USE_ICONV= yes USE_PERL5_BUILD=yes @@ -280,7 +279,7 @@ MAN1= vlc.1 \ .include <bsd.port.pre.mk> .if defined(WITH_VLC_MOZILLA_PLUGIN) && !defined(WITHOUT_VLC_MOZILLA_PLUGIN) -USE_GECKO= firefox mozilla seamonkey nvu +USE_GECKO= firefox mozilla seamonkey nvu .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" CONFIGURE_ENV+= MOZILLA_CONFIG="${GECKO_CONFIG}" \ XPIDL="${XPIDL}" \ @@ -299,7 +298,7 @@ CPPFLAGS+= -I${X11BASE}/include/wx-2.6/ .endif .if ${PERL_LEVEL} < 500800 -BROKEN= "Does not compile with perl ${PERL_VERSION}" +BROKEN= does not compile with perl ${PERL_VERSION} .endif .if ${ARCH}=="amd64" @@ -586,7 +585,7 @@ CONFIGURE_ARGS+= --enable-real .endif .if (defined(WITH_THEORA) || exists(${LOCALBASE}/lib/libtheora.a)) && !defined(WITHOUT_THEORA) -LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora CONFIGURE_ARGS+=--enable-theora .else CONFIGURE_ARGS+=--disable-theora |