1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix with fmake.

Noticed by:	marck
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-08-21 13:05:20 +00:00
parent 29140d05f4
commit 8d82504fad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394952

View File

@ -384,7 +384,8 @@ _DEPCHAIN+= ${opt}.$o
## All of RHS of "RHS.*" (i.e. indirect dependency) are also added for
## fast convergence.
_PORT_OPTIONS:= ${PORT_OPTIONS}
.for count in _0 ${COMPLETE_OPTIONS_LIST}
.for _count in _0 ${COMPLETE_OPTIONS_LIST}
count= ${_count}
### Check if all of the nested dependency are resolved already.
. if ${count} == _0 || ${_PORT_OPTIONS} != ${PORT_OPTIONS}
PORT_OPTIONS:= ${_PORT_OPTIONS}