6.9 Using Python section:

- Whitespace fix. Translators ignore.

Approved by:	remko
This commit is contained in:
Pav Lucistnik 2005-07-16 12:11:31 +00:00
parent e4efae7f1e
commit 576aa07fea
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25147

View file

@ -4891,7 +4891,7 @@ USE_XLIB= yes</programlisting>
<entry><makevar>USE_PYDISTUTILS</makevar></entry>
<entry>Use Python distutils for configuring, compiling and
installing. This is required when the port comes with
installing. This is required when the port comes with
<filename>setup.py</filename>.</entry>
</row>
@ -4899,7 +4899,7 @@ USE_XLIB= yes</programlisting>
<entry><makevar>PYTHON_PKGNAMEPREFIX</makevar></entry>
<entry>Used as a <makevar>PKGNAMEPREFIX</makevar> to distinguish
packages for different Python versions.
packages for different Python versions.
Example: <literal>py24-</literal></entry>
</row>
@ -4907,7 +4907,7 @@ USE_XLIB= yes</programlisting>
<entry><makevar>PYTHON_SITELIBDIR</makevar></entry>
<entry>Location of the site-packages tree. Useful when installing
Python modules. Always use
Python modules. Always use
<literal>%%PYTHON_SITELIBDIR%%</literal> in
<filename>pkg-plist</filename> when possible. Default value:
<literal>lib/python2.4/site-packages</literal></entry>
@ -4929,7 +4929,7 @@ USE_XLIB= yes</programlisting>
<entry><makevar>USE_TWISTED</makevar></entry>
<entry>Add dependency on twistedCore. The list of required
components can be specified as a value of this
components can be specified as a value of this
variable. Example: <literal>web lore pair
flow</literal></entry>
</row>
@ -4938,7 +4938,7 @@ USE_XLIB= yes</programlisting>
<entry><makevar>USE_ZOPE</makevar></entry>
<entry>Add dependency on Zope, a web application platform.
Change Python dependency to Python 2.3. Set
Change Python dependency to Python 2.3. Set
<makevar>ZOPEBASEDIR</makevar> containing a directory with
Zope installation.
</row>
@ -4948,7 +4948,7 @@ USE_XLIB= yes</programlisting>
</table>
<para>A complete list of available variables can be found in
<filename>/usr/ports/Mk/bsd.python.mk</filename>.</para>
<filename>/usr/ports/Mk/bsd.python.mk</filename>.</para>
</sect1>