svn commit: r49371 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold
mat at FreeBSD.org
Thu Sep 8 14:31:18 UTC 2016
Author: mat
Date: Thu Sep 8 14:31:17 2016
New Revision: 49371
URL: https://svnweb.freebsd.org/changeset/doc/49371
Log:
Catch up with USES=ssl changes.
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 Sep 7 20:21:33 2016 (r49370)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Thu Sep 8 14:31:17 2016 (r49371)
@@ -2289,9 +2289,12 @@ ksh_CMD= ${LOCALBASE}/bin/ksh</programli
<sect1 xml:id="uses-ssl">
<title><literal>ssl</literal></title>
- <para>Possible arguments: (none)</para>
+ <para>Possible arguments: (none), <literal>build</literal>,
+ <literal>run</literal></para>
<para>Provide support for <application>OpenSSL</application>.
+ A build- or run-time only dependency can be specified using
+ <literal>build</literal> or <literal>run</literal>.
These variables are available for the port's use, they are also
added to <varname>MAKE_ENV</varname>:</para>
More information about the svn-doc-all
mailing list