diff options
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 6473f12b991..d7adc76f35e 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2010/10/24 21:57:47 ahoka Exp $ +# $NetBSD: Makefile,v 1.97 2010/11/04 12:34:54 wiz Exp $ # DISTNAME= vlc-${VLC_VERSION} @@ -47,7 +47,8 @@ CONFIGURE_ARGS+= --enable-cddax \ --enable-dvdread \ --enable-flac \ --enable-live555 \ - --enable-theora + --enable-theora \ + --enable-lua=no # Build optimalized modules .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" |