summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-12-01 14:19:06 +0000
committerreed <reed@pkgsrc.org>2006-12-01 14:19:06 +0000
commitcbdc0cbb4a578b43b6c6dbc96b18131d8578c6f3 (patch)
treea51e34f6ceb375c4594061355d638cb57b30ac07 /doc/guide
parentc89b7df4e595713e2fbdccea900f71b8712eea1d (diff)
downloadpkgsrc-cbdc0cbb4a578b43b6c6dbc96b18131d8578c6f3.tar.gz
Document USE_TOOLS for intltool.
From jlam@ via tech-pkg list.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/fixes.xml6
-rw-r--r--doc/guide/files/gnome.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index bfb1fc63007..e9b9e449903 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.75 2006/11/11 05:38:27 rillig Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.76 2006/12/01 14:19:06 reed Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1674,8 +1674,8 @@ of functions.</para>
<sect2 id="intltool">
<title>Packages using intltool</title>
- <para>If a package uses intltool during its build, include the
- <filename>../../textproc/intltool/buildlink3.mk</filename> file,
+ <para>If a package uses intltool during its build, add
+ <literal>intltool</literal> to the <varname>USE_TOOLS</varname>,
which forces it to use the intltool package provided by pkgsrc,
instead of the one bundled with the distribution file.</para>
diff --git a/doc/guide/files/gnome.xml b/doc/guide/files/gnome.xml
index af91ebadbe4..f709188e36a 100644
--- a/doc/guide/files/gnome.xml
+++ b/doc/guide/files/gnome.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: gnome.xml,v 1.4 2006/11/26 11:46:41 jmmv Exp $ -->
+<!-- $NetBSD: gnome.xml,v 1.5 2006/12/01 14:19:06 reed Exp $ -->
<chapter id="gnome"> <?dbhtml filename="gnome.html"?>
<title>GNOME packaging and porting</title>
@@ -126,8 +126,8 @@ USE_TOOLS+=gmake</programlisting>
</listitem>
<listitem>
- <para>If the package uses intltool, be sure to include the <filename
- role="cvsweb">pkgsrc/textproc/intltool/buildlink3.mk</filename> file
+ <para>If the package uses intltool, be sure to add
+ <literal>intltool</literal> to the <varname>USE_TOOLS</varname>
to handle dependencies and to force the package to use the latest
available version.</para>
</listitem>