Improve the wording a bit near the description of the LIB_DEPENDS
make variable. Reviewed by: delphij, pav
This commit is contained in:
parent
b18d432e58
commit
6fd1382676
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25179
1 changed files with 6 additions and 2 deletions
|
@ -3074,8 +3074,12 @@ PATCHFILES= patch1:test</programlisting>
|
||||||
expression which is being looked up in the
|
expression which is being looked up in the
|
||||||
<command>ldconfig -r</command> output. Values such as
|
<command>ldconfig -r</command> output. Values such as
|
||||||
<literal>intl.[5-7]</literal> and <literal>intl</literal> are
|
<literal>intl.[5-7]</literal> and <literal>intl</literal> are
|
||||||
allowed. Latter will match a library <literal>intl</literal>
|
allowed. The first pattern,
|
||||||
with any major version.</para>
|
<literal>intl.[5-7]</literal>, will match any of:
|
||||||
|
<literal>intl.5</literal>, <literal>intl.6</literal> or
|
||||||
|
<literal>intl.7</literal>. The second pattern,
|
||||||
|
<literal>intl</literal>, will match any version of the
|
||||||
|
<literal>intl</literal> library.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<para>The dependency is checked twice, once from within the
|
<para>The dependency is checked twice, once from within the
|
||||||
|
|
Loading…
Reference in a new issue