pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files guide: adjust example for BUILD_DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58387f930098
branches:  trunk
changeset: 317227:58387f930098
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Jan 02 18:48:21 2019 +0000

description:
guide: adjust example for BUILD_DEPENDS

diffstat:

 doc/guide/files/fixes.xml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 80fc19ae880b -r 58387f930098 doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Wed Jan 02 18:40:23 2019 +0000
+++ b/doc/guide/files/fixes.xml Wed Jan 02 18:48:21 2019 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.146 2018/09/10 12:10:53 leot Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.147 2019/01/02 18:48:21 tnn Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -349,7 +349,7 @@
        use the <varname>BUILD_DEPENDS</varname> definition:</para>
 
 <programlisting>
-BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons
+BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
 </programlisting>
       </listitem>
 



Home | Main Index | Thread Index | Old Index