Fix typo in the --disable-flac case.

PR:		ports/142160
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:	maintainer
This commit is contained in:
Koop Mast 2010-01-07 11:05:17 +00:00
parent 0a5fb79f7c
commit 1918afe137
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247325

View file

@ -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)