summaryrefslogtreecommitdiff
path: root/Mk/Uses/gmake.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-08-04 23:02:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-08-04 23:02:20 +0000
commitfb7e5d06ce7d87a52b9c069c988af1b76606cdc5 (patch)
tree7bc08a9455ee03e38593ee4cca9a4f255f4c4ed9 /Mk/Uses/gmake.mk
parentAdd USES=execinfo to handle dependency on libexecinfo avoiding pull a useless (diff)
Revert 363995 this is making portmaster and portupgrade die in circular dependencies
Notes
Notes: svn path=/head/; revision=364064
Diffstat (limited to 'Mk/Uses/gmake.mk')
-rw-r--r--Mk/Uses/gmake.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/Uses/gmake.mk b/Mk/Uses/gmake.mk
index e2d781ce00d5..4ff7a0a84993 100644
--- a/Mk/Uses/gmake.mk
+++ b/Mk/Uses/gmake.mk
@@ -12,9 +12,7 @@ _INCLUDE_USES_GMAKE_MK= yes
.if defined(gmake_ARGS)
.if ${gmake_ARGS} == lite
-.if !exists(${LOCALBASE}/bin/gmake)
_GMAKE_EXT= -lite
-.endif
.else
IGNORE= Incorrect 'USES+= gmake:${gmake_ARGS}' gmake has only one valid argument: lite
.endif