summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2019-01-02 18:48:21 +0000
committertnn <tnn@pkgsrc.org>2019-01-02 18:48:21 +0000
commit0639f8878f90d1ab63be193505cf43a7550932fe (patch)
tree9089f7931ee2e98ba09b02e3d207f954c9d6b217
parent6a1b68a388ac843d173e884674c5da14b9beb61c (diff)
downloadpkgsrc-0639f8878f90d1ab63be193505cf43a7550932fe.tar.gz
guide: adjust example for BUILD_DEPENDS
-rw-r--r--doc/guide/files/fixes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 6a2877be091..76170642636 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -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>