svn commit: r49021 - head/en_US.ISO8859-1/books/porters-handbook/uses

Mathieu Arnold mat at FreeBSD.org
Wed Jun 29 12:43:38 UTC 2016


Author: mat
Date: Wed Jun 29 12:43:37 2016
New Revision: 49021
URL: https://svnweb.freebsd.org/changeset/doc/49021

Log:
  Document the :build flag for USE_PHP.
  
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Wed Jun 29 11:06:38 2016	(r49020)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Wed Jun 29 12:43:37 2016	(r49021)
@@ -1820,8 +1820,9 @@ USE_MATE=	menus:build intlhack</programl
 	<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>
 


More information about the svn-doc-all mailing list