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:
parent
0a5fb79f7c
commit
1918afe137
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247325
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue