Document USES=python:patch.
Sponsored by: Absolight
This commit is contained in:
parent
01a4574e3f
commit
57f4a59962
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51396
1 changed files with 4 additions and 1 deletions
|
@ -2471,6 +2471,7 @@ USE_PYQT= core doc_build designer_run</programlisting>
|
|||
<literal><replaceable>X.Y+</replaceable></literal>,
|
||||
<literal><replaceable>-X.Y</replaceable></literal>,
|
||||
<literal><replaceable>X.Y-Z.A</replaceable></literal>,
|
||||
<literal>patch</literal>,
|
||||
<literal>build</literal>, <literal>run</literal>,
|
||||
<literal>test</literal></para>
|
||||
|
||||
|
@ -2478,7 +2479,9 @@ USE_PYQT= core doc_build designer_run</programlisting>
|
|||
or version range can be specified. If Python is only needed at
|
||||
build time, run time or for the tests, it can be set as a build,
|
||||
run or test dependency with <literal>build</literal>,
|
||||
<literal>run</literal>, or <literal>test</literal>. See
|
||||
<literal>run</literal>, or <literal>test</literal>. If Python
|
||||
is also needed during the patch phase, use
|
||||
<literal>patch</literal>. See
|
||||
<xref linkend="using-python"/> for more information.</para>
|
||||
|
||||
<para><literal>PYTHON_NO_DEPENDS=yes</literal> can be used when
|
||||
|
|
Loading…
Reference in a new issue