From 36ba7b2f77ddde1c0c1e41f188c4c48a1a921ea1 Mon Sep 17 00:00:00 2001 From: riastradh Date: Thu, 9 May 2013 23:37:25 +0000 Subject: 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 --- mk/bsd.pkg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index f7b3df8c94d..8160c51ae49 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1988 2013/04/25 12:58:08 obache Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1989 2013/05/09 23:37:25 riastradh Exp $ # # This file is in the public domain. # @@ -96,6 +96,7 @@ MAINTAINER?= pkgsrc-users@NetBSD.org .endif PKGWILDCARD?= ${PKGBASE}-[0-9]* SVR4_PKGNAME?= ${PKGNAME} +TOOL_DEPENDS?= # empty WRKSRC?= ${WRKDIR}/${DISTNAME} # Override for SU_CMD user check -- cgit v1.2.3