Use more correct english for dependency explanations.
Differential Revision: https://reviews.freebsd.org/D946 Sponsored by: Absolight
This commit is contained in:
parent
b6d5748bb6
commit
ab0ac87d14
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45826
1 changed files with 11 additions and 8 deletions
|
@ -382,9 +382,10 @@
|
|||
|
||||
<entry>(none)</entry>
|
||||
|
||||
<entry>Add a runtime dependency on
|
||||
<filename>libexecinfo.so</filename> depending on its
|
||||
presence in the base system.</entry>
|
||||
<entry>Add a library dependency on <package
|
||||
role="port">devel/libexecinfo</package> if
|
||||
<filename>libexecinfo.so</filename> is not present in the
|
||||
base system.</entry>
|
||||
</row>
|
||||
|
||||
<row xml:id="uses-fam">
|
||||
|
@ -484,8 +485,9 @@
|
|||
<entry>(none)</entry>
|
||||
|
||||
<entry>Add a buildtime dependency on <package
|
||||
role="port">devel/gperf</package> depending on its
|
||||
presence in the base system.</entry>
|
||||
role="port">devel/gperf</package> if
|
||||
<command>gperf</command> is not present in the base
|
||||
system.</entry>
|
||||
</row>
|
||||
|
||||
<row xml:id="uses-gssapi">
|
||||
|
@ -723,7 +725,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
|
|||
<literal>run</literal></entry>
|
||||
|
||||
<entry>Adds a dependency on <application>Lua</application>.
|
||||
By default this is a library undependency, unless
|
||||
By default this is a library dependency, unless
|
||||
overridden by the <literal>build</literal> or
|
||||
<literal>run</literal> option. The default version is
|
||||
5.2, unless set by the
|
||||
|
@ -984,10 +986,11 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
|
|||
|
||||
<entry>(none), <literal>port</literal></entry>
|
||||
|
||||
<entry>Uses <application>readline</application> as library
|
||||
<entry>Uses <application>readline</application> as a library
|
||||
dependency, and sets <varname>CPPFLAGS</varname> and
|
||||
<varname>LDFLAGS</varname> as necessary. If the
|
||||
<literal>port</literal> argument is used, force the use of
|
||||
<literal>port</literal> argument is used or if readline
|
||||
is not present in the base system, add a dependency on
|
||||
<package role="port">devel/readline</package></entry>
|
||||
</row>
|
||||
|
||||
|
|
Loading…
Reference in a new issue