Fix trivial typo.

PR:		226835
Submitted by:	0mp
Approved by:	wblock (implicit)
This commit is contained in:
Mark Linimon 2018-03-23 08:17:12 +00:00
parent ccc212fc51
commit 92e1fe4e4e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51513

View file

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