summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-14 22:22:34 +0000
committerrillig <rillig@pkgsrc.org>2020-01-14 22:22:34 +0000
commit04fb4c653f90781e8b8ac328fe74bc2946972445 (patch)
tree17f5d634bf2c693fc541e6e504e58252e240cee8 /mk
parentd6167f2272e9848a27a55565cb35d3c504e00b99 (diff)
downloadpkgsrc-04fb4c653f90781e8b8ac328fe74bc2946972445.tar.gz
mk/pkgformat: fix documentation
Diffstat (limited to 'mk')
-rw-r--r--mk/pkgformat/pkg/depends.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkgformat/pkg/depends.mk b/mk/pkgformat/pkg/depends.mk
index 72050f39a56..76016be8886 100644
--- a/mk/pkgformat/pkg/depends.mk
+++ b/mk/pkgformat/pkg/depends.mk
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.10 2020/01/14 22:21:19 rillig Exp $
+# $NetBSD: depends.mk,v 1.11 2020/01/14 22:22:34 rillig Exp $
# This command prints out the dependency patterns for all full (run-time)
# dependencies of the package.
@@ -97,7 +97,7 @@ _RESOLVE_DEPENDS_CMD= \
# @param $dir The pkgsrc directory from which the package can be
# built.
# @param $type The dependency type. Can be one of bootstrap, tool,
-# build, full.
+# build, test, full.
#
_DEPENDS_INSTALL_CMD= \
case $$type in \