Document the :build flag for USE_PHP.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-06-29 12:43:37 +00:00
parent fccfb5cdf2
commit 716ed4e857
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49021

View file

@ -1820,8 +1820,9 @@ USE_MATE= menus:build intlhack</programlisting>
<term><varname>USE_PHP</varname></term>
<listitem>
<para>The list of required <application>PHP</application>
extensions. Example: <literal>pcre xml
gettext</literal></para>
extensions at run-time. Add <literal>:build</literal> to
the extension name to add a build-time dependency.
Example: <literal>pcre xml:build gettext</literal></para>
</listitem>
</varlistentry>