Document USES=sqlite.
Reviewed by: wblock Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5949
This commit is contained in:
parent
489161f620
commit
f5f40e7b46
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48703
1 changed files with 11 additions and 0 deletions
|
@ -1894,6 +1894,17 @@ ksh_CMD= ${LOCALBASE}/bin/ksh</programlisting>
|
|||
</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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue