Lines 198-206
Link Here
|
198 |
.undef V |
198 |
.undef V |
199 |
|
199 |
|
200 |
.if defined(_GCC_BUILD_DEPENDS) |
200 |
.if defined(_GCC_BUILD_DEPENDS) |
201 |
BUILD_DEPENDS+= ${_GCC_PORT_DEPENDS}:${PORTSDIR}/lang/${_GCC_BUILD_DEPENDS} |
201 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/${_GCC_PORT_DEPENDS}:${PORTSDIR}/lang/${_GCC_BUILD_DEPENDS} |
202 |
. if ${_USE_GCC} != 3.4 |
202 |
. if ${_USE_GCC} != 3.4 |
203 |
RUN_DEPENDS+= ${_GCC_PORT_DEPENDS}:${PORTSDIR}/lang/${_GCC_BUILD_DEPENDS} |
203 |
RUN_DEPENDS+= ${LOCALBASE}/bin/${_GCC_PORT_DEPENDS}:${PORTSDIR}/lang/${_GCC_BUILD_DEPENDS} |
204 |
. if ${_USE_GCC} != 4.2 |
204 |
. if ${_USE_GCC} != 4.2 |
205 |
# Later GCC ports already depend on binutils; make sure whatever we |
205 |
# Later GCC ports already depend on binutils; make sure whatever we |
206 |
# build leverages this as well. |
206 |
# build leverages this as well. |