diff options
author | riastradh <riastradh@pkgsrc.org> | 2013-05-09 23:37:25 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2013-05-09 23:37:25 +0000 |
commit | 4fc9f564bc1e55c92794e22b9db447cf95ad6873 (patch) | |
tree | eef7f13a77e111e43481a085f3d5cf0aabb03aa6 /mk/depends/bsd.depends.mk | |
parent | b37693d50bffe0f7a872147d65f66229a1b8ff64 (diff) | |
download | pkgsrc-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/bsd.depends.mk')
-rw-r--r-- | mk/depends/bsd.depends.mk | 4 |
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 |