mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Only pulls gmake-lite is not yet existing
This commit is contained in:
parent
4a31099908
commit
e3647842d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363995
@ -12,7 +12,9 @@ _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
|
||||
|
Loading…
Reference in New Issue
Block a user