diff options
author | tnn <tnn@pkgsrc.org> | 2019-01-02 18:48:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-01-02 18:48:21 +0000 |
commit | 0639f8878f90d1ab63be193505cf43a7550932fe (patch) | |
tree | 9089f7931ee2e98ba09b02e3d207f954c9d6b217 | |
parent | 6a1b68a388ac843d173e884674c5da14b9beb61c (diff) | |
download | pkgsrc-0639f8878f90d1ab63be193505cf43a7550932fe.tar.gz |
guide: adjust example for BUILD_DEPENDS
-rw-r--r-- | doc/guide/files/fixes.xml | 4 |
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> |