diff --git a/infrastructure/mk/gcc3.port.mk b/infrastructure/mk/gcc3.port.mk index cae90e7f903..2a5930733c4 100644 --- a/infrastructure/mk/gcc3.port.mk +++ b/infrastructure/mk/gcc3.port.mk @@ -1,5 +1,5 @@ USE_GCC3?=No .if ${USE_GCC3:L} == "no" -.include "${PORTSDIR}/lang/gcc/3.3/gcc3.port.mk +.include "${PORTSDIR}/lang/gcc/3.3/gcc3.port.mk" .endif