Fix copy&paste error in MESON_TRUE... section.

PR:		226251
Reported by:	Zsolt Udvari
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2018-04-12 07:19:10 +00:00
parent 3eb0137f9e
commit 645991a38f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51546

View file

@ -6842,10 +6842,10 @@ OPT1_MESON_FALSE= optimize</programlisting>
.include &lt;bsd.port.options.mk&gt;
.if ${PORT_OPTIONS:MOPT1}
CMAKE_ARGS+= -Dtest=true -Ddebug=true \
MESON_ARGS+= -Dtest=true -Ddebug=true \
-Doptimize=false
.else
CMAKE_ARGS+= -Dtest=false -Ddebug=false \
MESON_ARGS+= -Dtest=false -Ddebug=false \
-Doptimize=true
.endif</programlisting>
</sect4>