From 1918afe13713329ab82d3b7ba0860aeac8cc8558 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Thu, 7 Jan 2010 11:05:17 +0000 Subject: [PATCH] Fix typo in the --disable-flac case. PR: ports/142160 Submitted by: Ganael Laplanche Approved by: maintainer --- multimedia/vlc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index ad259917d7f6..c74907885eb3 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -317,7 +317,7 @@ CONFIGURE_ARGS+=--disable-faad LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac CONFIGURE_ARGS+=--enable-flac .else -CONFLGIRE_ARGS+=--disable-flac +CONFIGURE_ARGS+=--disable-flac .endif .if (defined(WITH_FRIBIDI) || exists(${LOCALBASE}/bin/fribidi-config)) && !defined(WITHOUT_FRIBIDI)