diff options
author | obache <obache@pkgsrc.org> | 2015-02-01 11:42:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-02-01 11:42:59 +0000 |
commit | 3f36c1ecfa8e84d3b203dcaa6890245d223d08f1 (patch) | |
tree | 24ed362f2c32cb71b7dcf33a5feb49980f7346c5 /mk/platform | |
parent | 04e0f26f5d48f5f4f65f7a97193e70032cf59194 (diff) | |
download | pkgsrc-3f36c1ecfa8e84d3b203dcaa6890245d223d08f1.tar.gz |
Revert "Drop obsolated old bulk build related variable settings."
proposed/discussed is required for such changes.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Interix.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index e6b62c98997..610b32e96d8 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.74 2014/11/21 10:46:36 obache Exp $ +# $NetBSD: Interix.mk,v 1.75 2015/02/01 11:42:59 obache Exp $ # # Variable definitions for the Interix operating system. @@ -55,6 +55,7 @@ MAKE_FLAGS+= MKCATPAGES=no NOLINT=1 ### # NetBSD's faster, vfork-capable shell (not yet in pkgsrc) +#BULK_PREREQ+= shells/nbsh .if exists(${PREFIX}/bin/nbsh) TOOLS_SHELL?= ${PREFIX}/bin/nbsh WRAPPER_SHELL?= ${PREFIX}/bin/nbsh @@ -63,6 +64,12 @@ WRAPPER_SHELL?= ${PREFIX}/bin/nbsh INSTALL?= ${PREFIX}/bin/install-sh SED?= ${PREFIX}/bin/nbsed +.if defined(BATCH) +BULK_PREREQ+= lang/perl5 +USE_BULK_BROKEN_CHECK?= no +USE_BULK_TIMESTAMPS?= no +.endif + ### ### Platform definitions common to pkgsrc/mk/platform/*.mk ### |