Rewrite that bit, and make it more clear and more correct.
Sponsored by: Absolight
This commit is contained in:
parent
144d1bb215
commit
b470344859
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51718
1 changed files with 4 additions and 6 deletions
|
@ -404,13 +404,11 @@ USE_PYTHON= distutils allflavors</programlisting>
|
||||||
<literal>py35</literal>, and <literal>py36</literal>.</para>
|
<literal>py35</literal>, and <literal>py36</literal>.</para>
|
||||||
</example>
|
</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>
|
on the correct version of <application>Python</application>
|
||||||
modules. This is most useful for ports that are not
|
modules. All dependencies on flavored Python ports should
|
||||||
<application>Python</application> modules and do not have
|
use <varname>PY_FLAVOR</varname>, and not
|
||||||
<application>Python</application> flavors but do use
|
<varname>FLAVOR</varname> directly..</para>
|
||||||
<command>python</command> for some part of their
|
|
||||||
operations.</para>
|
|
||||||
|
|
||||||
<example xml:id="flavors-auto-python-ex3">
|
<example xml:id="flavors-auto-python-ex3">
|
||||||
<title>For a Port Not Using
|
<title>For a Port Not Using
|
||||||
|
|
Loading…
Reference in a new issue