Rewrite that bit, and make it more clear and more correct.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2018-05-24 15:08:02 +00:00
parent 144d1bb215
commit b470344859
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51718

View file

@ -404,13 +404,11 @@ USE_PYTHON= distutils allflavors</programlisting>
<literal>py35</literal>, and <literal>py36</literal>.</para>
</example>
<para><varname>PY_FLAVOR</varname> will be available to depend
<para><varname>PY_FLAVOR</varname> is available to depend
on the correct version of <application>Python</application>
modules. This is most useful for ports that are not
<application>Python</application> modules and do not have
<application>Python</application> flavors but do use
<command>python</command> for some part of their
operations.</para>
modules. All dependencies on flavored Python ports should
use <varname>PY_FLAVOR</varname>, and not
<varname>FLAVOR</varname> directly..</para>
<example xml:id="flavors-auto-python-ex3">
<title>For a Port Not Using