View | Details | Raw Unified | Return to bug 210820 | Differences between
and this patch

Collapse All | Expand All

(-)bsd.port.mk (-1 / +9 lines)
Lines 1452-1458 Link Here
1452
${_f}_ARGS:=	${f:C/^[^\:]*(\:|\$)//:S/,/ /g}
1452
${_f}_ARGS:=	${f:C/^[^\:]*(\:|\$)//:S/,/ /g}
1453
.endif
1453
.endif
1454
.endfor
1454
.endfor
1455
.for f in ${USES}
1455
_USES_PRE?=	ssl
1456
_USES_LOAD:=	${USES}
1457
.for f in ${_USES_PRE}
1458
.if ${_USES_LOAD:M${f}}
1459
.include "${USESDIR}/${f:C/\:.*//}.mk"
1460
_USES_LOAD:=${_USES_LOAD:N${f}}
1461
.endif
1462
.endfor
1463
.for f in ${_USES_LOAD}
1456
.include "${USESDIR}/${f:C/\:.*//}.mk"
1464
.include "${USESDIR}/${f:C/\:.*//}.mk"
1457
.endfor
1465
.endfor
1458
1466

Return to bug 210820