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/bsd.pkg.readme.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/bsd.pkg.readme.mk')
-rw-r--r-- | mk/bsd.pkg.readme.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.pkg.readme.mk b/mk/bsd.pkg.readme.mk index c354b39bc39..0d0eb4e4387 100644 --- a/mk/bsd.pkg.readme.mk +++ b/mk/bsd.pkg.readme.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.readme.mk,v 1.25 2011/09/08 20:17:15 abs Exp $ +# $NetBSD: bsd.pkg.readme.mk,v 1.26 2013/05/09 23:37:25 riastradh Exp $ # # This Makefile fragment is included by bsd.pkg.mk and encapsulates the # code to produce README.html files in each package directory. @@ -153,6 +153,8 @@ binpkg-list: # description-file|maintainer|categories|build deps|run deps|for arch| \ # not for opsys # +# XXX Need to handle BUILD_DEPENDS/TOOL_DEPENDS split. +# .PHONY: describe .if !target(describe) describe: |