summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-01-07 11:05:17 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-01-07 11:05:17 +0000
commit1918afe13713329ab82d3b7ba0860aeac8cc8558 (patch)
tree149d7cf002aa90d3c10037ead4434aeb65302bc0 /multimedia
parentUpdate to 3.4.3 (diff)
Fix typo in the --disable-flac case.
PR: ports/142160 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=247325
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vlc/Makefile2
1 files changed, 1 insertions, 1 deletions
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)