summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-06 16:52:23 +0000
committerwiz <wiz@pkgsrc.org>2017-09-06 16:52:23 +0000
commit6d75aec99a4568ea97188a81ef57943477f5a7ad (patch)
treee6e85872d83f1868c8fed46672204e3405e5c907 /doc/pkgsrc.txt
parent9acf0f44db0df24b3919885b1adf4c67c2c1646b (diff)
downloadpkgsrc-6d75aec99a4568ea97188a81ef57943477f5a7ad.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 0f21558e63f..f243b0191a7 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -5909,9 +5909,9 @@ version numbers recognized by pkg_info(1).
5. If your package needs some executable to be able to run correctly and if
there's no buildlink3.mk file, this is specified using the DEPENDS
variable. The print/lyx package needs to be able to execute the latex
- binary from the teTeX package when it runs, and that is specified:
+ binary from the tex-latex-bin package when it runs, and that is specified:
- DEPENDS+= teTeX-[0-9]*:../../print/teTeX
+ DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
6. You can use wildcards in package dependencies. Note that such wildcard
dependencies are retained when creating binary packages. The dependency is