summaryrefslogtreecommitdiff
path: root/mk/depends
diff options
context:
space:
mode:
authorriastradh <riastradh@pkgsrc.org>2013-05-09 23:37:25 +0000
committerriastradh <riastradh@pkgsrc.org>2013-05-09 23:37:25 +0000
commit4fc9f564bc1e55c92794e22b9db447cf95ad6873 (patch)
treeeef7f13a77e111e43481a085f3d5cf0aabb03aa6 /mk/depends
parentb37693d50bffe0f7a872147d65f66229a1b8ff64 (diff)
downloadpkgsrc-4fc9f564bc1e55c92794e22b9db447cf95ad6873.tar.gz
Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.
Build depends are target packages that are needed at build-time for, e.g., static libraries to link against, header files to include, &c. Tool depends are native packages that are needed at build-time for, e.g., compilers/linkers/&c. to run. ok agc
Diffstat (limited to 'mk/depends')
-rw-r--r--mk/depends/bsd.depends.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/depends/bsd.depends.mk b/mk/depends/bsd.depends.mk
index 6ca4604ba59..7977ead843d 100644
--- a/mk/depends/bsd.depends.mk
+++ b/mk/depends/bsd.depends.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.depends.mk,v 1.23 2012/10/01 09:54:18 bad Exp $
+# $NetBSD: bsd.depends.mk,v 1.24 2013/05/09 23:37:26 riastradh Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to dependencies.
@@ -109,6 +109,6 @@ depends-cookie:
# Command line variables:
#
# VARNAME
-# Either DEPENDS or BUILD_DEPENDS.
+# DEPENDS, BUILD_DEPENDS, or TOOL_DEPENDS.
#
show-depends: .PHONY _pkgformat-show-depends