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

Rene Ladan rene at FreeBSD.org
Mon Jan 13 10:58:28 UTC 2014


Author: rene
Date: Mon Jan 13 10:58:27 2014
New Revision: 43484
URL: http://svnweb.freebsd.org/changeset/doc/43484

Log:
  Add a section on USES=lua
  
  Reviewed by:	bapt

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Mon Jan 13 08:58:59 2014	(r43483)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Mon Jan 13 10:58:27 2014	(r43484)
@@ -324,6 +324,20 @@
 </row>
 
 <row>
+  <entry><literal>lua</literal></entry>
+
+  <entry>(none), <literal>XY+</literal>, <literal>XY</literal>,
+    <literal>build</literal>, <literal>run</literal></entry>
+
+  <entry>Adds a dependency on <application>Lua</application>.  By
+    default this is a library undependency, unless overridden by the
+    <literal>build</literal> or <literal>run</literal> option.  The
+    default version is 5.2, unless set by the <literal>XY</literal>
+    parameter (e.g., <literal>51</literal> or
+    <literal>52+</literal>).</entry>
+</row>
+
+<row>
   <entry><literal>motif</literal></entry>
 
   <entry>(none)</entry>


More information about the svn-doc-all mailing list