summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-10-30 22:08:17 +0000
committerwiz <wiz@pkgsrc.org>2011-10-30 22:08:17 +0000
commitae112f3a8558af547ec239f619c84cfcfca0f73b (patch)
treeba893dea0788890508f5a6831d8e1d7e3ad23a2c
parentda663f2d923d98a77b5da665baec58c938b5ed0e (diff)
downloadpkgsrc-ae112f3a8558af547ec239f619c84cfcfca0f73b.tar.gz
Undocument :pkgsrc in USE_TOOLS. Description was incorrect and it should
not be used by packagers anyway. Addresses PR 45538 by Sergey Svishchev.
-rw-r--r--doc/guide/files/tools.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/guide/files/tools.xml b/doc/guide/files/tools.xml
index cdba7274e52..15852eb23f6 100644
--- a/doc/guide/files/tools.xml
+++ b/doc/guide/files/tools.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: tools.xml,v 1.5 2007/03/08 16:00:16 rillig Exp $ -->
+<!-- $NetBSD: tools.xml,v 1.6 2011/10/30 22:08:17 wiz Exp $ -->
<chapter id="tools">
<title>Tools needed for building or running</title>
@@ -46,16 +46,13 @@ to define the tools needed.</para>
<sect1 id="package-tools">
<title>Tools needed by packages</title>
-<para>In the following examples, the :pkgsrc means to use the pkgsrc version
-and not the native version for a build dependency.
-And the :run means that it is used for a
-run-time dependencies also (and becomes a DEPENDS).
+<para>In the following examples, the :run means that it is needed at
+run-time (and becomes a DEPENDS).
The default is a build dependency which can be set with
:build. (So in this example, it is the same as gmake:build
and pkg-config:build.)</para>
<programlisting>
-USE_TOOLS+= mktemp:pkgsrc
USE_TOOLS+= gmake perl:run pkg-config
</programlisting>