diff options
author | reed <reed> | 2006-12-01 14:19:06 +0000 |
---|---|---|
committer | reed <reed> | 2006-12-01 14:19:06 +0000 |
commit | 8e20c4fd62901decd010f27f4738a2ef0dc46ff3 (patch) | |
tree | a51e34f6ceb375c4594061355d638cb57b30ac07 /doc/guide | |
parent | 6aafffb63c8f2555acef776f5514888b20ee325d (diff) | |
download | pkgsrc-8e20c4fd62901decd010f27f4738a2ef0dc46ff3.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.xml | 6 | ||||
-rw-r--r-- | doc/guide/files/gnome.xml | 6 |
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> |