diff options
author | sbd <sbd@pkgsrc.org> | 2013-05-21 07:13:50 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2013-05-21 07:13:50 +0000 |
commit | 52959ab3f087ee62cad6b66ece4f5077be893fc7 (patch) | |
tree | 7ff44a81e26e166ad62cc55bd2be29459c2aa873 | |
parent | 3c9d0b72f9901ddafee6c3e77a53e3e6876756a7 (diff) | |
download | pkgsrc-52959ab3f087ee62cad6b66ece4f5077be893fc7.tar.gz |
Use GMAKE_REQD in TOOLS_DEPENDS.gmake, bump GMAKE_REQD to 3.81.
-rw-r--r-- | mk/tools/gmake.mk | 4 | ||||
-rw-r--r-- | mk/tools/replace.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/tools/gmake.mk b/mk/tools/gmake.mk index 10f70b2c097..824832d08c5 100644 --- a/mk/tools/gmake.mk +++ b/mk/tools/gmake.mk @@ -1,4 +1,4 @@ -# $NetBSD: gmake.mk,v 1.1 2011/11/26 16:11:11 hans Exp $ +# $NetBSD: gmake.mk,v 1.2 2013/05/21 07:13:50 sbd Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -35,7 +35,7 @@ # POSSIBILITY OF SUCH DAMAGE. # -GMAKE_REQD?= 3.80 +GMAKE_REQD?= 3.81 # If the package does explicitly request gmake as a tool, then determine if the # platform-provided gmake's version is at least ${GMAKE_REQD}. If it isn't, then diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index be57bd0ce56..f2d1110dfc3 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.257 2013/05/09 23:37:27 riastradh Exp $ +# $NetBSD: replace.mk,v 1.258 2013/05/21 07:13:50 sbd Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -454,7 +454,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.81:../../devel/gmake +TOOLS_DEPENDS.gmake?= gmake>=${GMAKE_REQD}:../../devel/gmake TOOLS_CREATE+= gmake TOOLS_FIND_PREFIX+= TOOLS_PREFIX.gmake=gmake TOOLS_PATH.gmake= ${TOOLS_PREFIX.gmake}/bin/gmake |