summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authortron <tron>2008-04-15 13:00:11 +0000
committertron <tron>2008-04-15 13:00:11 +0000
commit72873495d3c35ef58afd64031dd33b99f462b8b7 (patch)
treefd3cbf52cd6e5a12d668cfbe5e417c43f09d9b9a /mk/tools
parent65cfcf7d4c75a84073327ad6b164c0f976a880e8 (diff)
downloadpkgsrc-72873495d3c35ef58afd64031dd33b99f462b8b7.tar.gz
Require at least version 3.81 of "gmake". It has been in "pkgsrc" for
almost two years at some packages (e.g. "openjade") require at least that version anyway.
Diffstat (limited to 'mk/tools')
-rw-r--r--mk/tools/replace.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 1039e85f7d2..0c517c81d32 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.209 2008/02/29 00:23:09 tnn Exp $
+# $NetBSD: replace.mk,v 1.210 2008/04/15 13:00:11 tron Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -396,7 +396,7 @@ TOOLS_ALIASES.gm4= m4
. if !empty(PKGPATH:Mdevel/gmake)
MAKEFLAGS+= TOOLS_IGNORE.gmake=
. elif !empty(_TOOLS_USE_PKGSRC.gmake:M[yY][eE][sS])
-TOOLS_DEPENDS.gmake?= gmake>=3.78:../../devel/gmake
+TOOLS_DEPENDS.gmake?= gmake>=3.81:../../devel/gmake
TOOLS_CREATE+= gmake
TOOLS_FIND_PREFIX+= TOOLS_PREFIX.gmake=gmake
TOOLS_PATH.gmake= ${TOOLS_PREFIX.gmake}/bin/gmake