svn commit: r48703 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold
mat at FreeBSD.org
Thu Apr 21 13:12:50 UTC 2016
Author: mat
Date: Thu Apr 21 13:12:49 2016
New Revision: 48703
URL: https://svnweb.freebsd.org/changeset/doc/48703
Log:
Document USES=sqlite.
Reviewed by: wblock
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5949
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 Thu Apr 21 13:12:45 2016 (r48702)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Thu Apr 21 13:12:49 2016 (r48703)
@@ -1894,6 +1894,17 @@ ksh_CMD= ${LOCALBASE}/bin/ksh</programli
</note>
</sect1>
+ <sect1 xml:id="uses-sqlite">
+ <title><literal>sqlite</literal></title>
+
+ <para>Possible arguments: (none), <literal>2</literal>,
+ <literal>3</literal></para>
+
+ <para>Add a dependency on <application>SQLite</application>. The
+ default version used is 3, but version 2 is also possible using
+ the <literal>:2</literal> modifier.</para>
+ </sect1>
+
<sect1 xml:id="uses-tar">
<title><literal>tar</literal></title>
More information about the svn-doc-head
mailing list