pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Jan  2 18:48:21 UTC 2019

Modified Files:
        pkgsrc/doc/guide/files: fixes.xml

Log Message:
guide: adjust example for BUILD_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/doc/guide/files/fixes.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.146 pkgsrc/doc/guide/files/fixes.xml:1.147
--- pkgsrc/doc/guide/files/fixes.xml:1.146      Mon Sep 10 12:10:53 2018
+++ pkgsrc/doc/guide/files/fixes.xml    Wed Jan  2 18:48:21 2019
@@ -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 @@ ACCEPTABLE_LICENSES+=xv-license
        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