Fix trivial typo.
PR: 226835 Submitted by: 0mp Approved by: wblock (implicit)
This commit is contained in:
parent
ccc212fc51
commit
92e1fe4e4e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51513
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ lite_PKGNAMESUFFIX= -lite
|
|||
FLAVOR?= ${FLAVORS:[1]}
|
||||
nox11_PKGNAMESUFFIX= -nox11
|
||||
[...]
|
||||
.if ${FLAVOR} = x11
|
||||
.if ${FLAVOR} == x11
|
||||
[enable x11 features]
|
||||
.endif</programlisting>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue