Wed Jan 2 18:48:21 2019 UTC ()
guide: adjust example for BUILD_DEPENDS


(tnn)
diff -r1.146 -r1.147 pkgsrc/doc/guide/files/fixes.xml

cvs diff -r1.146 -r1.147 pkgsrc/doc/guide/files/fixes.xml (expand / switch to context diff)
--- pkgsrc/doc/guide/files/fixes.xml 2018/09/10 12:10:53 1.146
+++ pkgsrc/doc/guide/files/fixes.xml 2019/01/02 18:48:21 1.147
@@ -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>