doc/pkgsrc.*: regen

This commit is contained in:
wiz 2023-01-24 14:24:06 +00:00
parent 05e0501ef2
commit 422a5c804d
2 changed files with 8 additions and 5 deletions

View file

@ -6323,12 +6323,14 @@ BUILDLINK_TREE+= -tiff
pkgsrc directory.</p></li>
<li class="listitem"><p><code class="varname">BUILDLINK_DEPMETHOD.<em class="replaceable"><code>pkg</code></em></code>
(not shown above) controls whether we use
<code class="varname">BUILD_DEPENDS</code> or
<code class="varname">BUILD_DEPENDS</code>,
<code class="varname">TEST_DEPENDS</code>, or
<code class="varname">DEPENDS</code> to add the dependency on
<em class="replaceable"><code>pkg</code></em>. The build dependency is
selected by setting
<code class="varname">BUILDLINK_DEPMETHOD.<em class="replaceable"><code>pkg</code></em></code>
to <span class="quote">&#8220;<span class="quote">build</span>&#8221;</span>. By default, the full dependency is
to <span class="quote">&#8220;<span class="quote">build</span>&#8221;</span>, while setting it to <span class="quote">&#8220;<span class="quote">test</span>&#8221;</span> causes
it to become a test dependency. By default, the full dependency is
used.</p></li>
<li class="listitem"><p><code class="varname">BUILDLINK_INCDIRS.<em class="replaceable"><code>pkg</code></em></code>
and

View file

@ -5035,9 +5035,10 @@ dependency on pkg is added. Several important variables are set in the section:
* BUILDLINK_PKGSRCDIR.pkg is the location of the pkg pkgsrc directory.
* BUILDLINK_DEPMETHOD.pkg (not shown above) controls whether we use
BUILD_DEPENDS or DEPENDS to add the dependency on pkg. The build dependency
is selected by setting BUILDLINK_DEPMETHOD.pkg to "build". By default, the
full dependency is used.
BUILD_DEPENDS, TEST_DEPENDS, or DEPENDS to add the dependency on pkg. The
build dependency is selected by setting BUILDLINK_DEPMETHOD.pkg to "build",
while setting it to "test" causes it to become a test dependency. By
default, the full dependency is used.
* BUILDLINK_INCDIRS.pkg and BUILDLINK_LIBDIRS.pkg (not shown above) are lists
of subdirectories of ${BUILDLINK_PREFIX.pkg} to add to the header and