summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-13 17:22:43 +0000
committerjlam <jlam@pkgsrc.org>2005-05-13 17:22:43 +0000
commit096727609e357d05f33c234b2762beef3938e6ac (patch)
treeaaa20f44f47c66439130c891f3c5b6f500d46a6f /mk/bsd.prefs.mk
parent3e6f1b9638dbd873211f1dea37e74dd19dfe24cd (diff)
downloadpkgsrc-096727609e357d05f33c234b2762beef3938e6ac.tar.gz
Make _USE_NEW_TOOLS default to "yes" to turn on using the new tools
framework. This has been tested by successfully building a meta-package that pulled in 81 dependencies during the installation.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 65a1d093aab..c6bc613378c 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.190 2005/05/10 19:06:58 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.191 2005/05/13 17:22:43 jlam Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -278,7 +278,7 @@ PKGSRC_USE_TOOLS+= [ awk dirname echo grep pwd sed test true
#
PKGSRC_USE_TOOLS+= date tr
-_USE_NEW_TOOLS?= no
+_USE_NEW_TOOLS?= yes
.if !empty(_USE_NEW_TOOLS:M[yY][eE][sS])
.include "${_PKGSRC_TOPDIR}/mk/tools/defaults.mk"
.endif