1
0
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:
Baptiste Daroussin 2014-08-04 12:19:29 +00:00
parent 4a31099908
commit e3647842d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363995

View File

@ -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