take USE_GCC3 into consideration.

ok espie@
This commit is contained in:
brad 2004-02-02 10:39:49 +00:00
parent 36f7e6acad
commit f52e305c05

View File

@ -1 +1,5 @@
USE_GCC3?=No
.if ${USE_GCC3:L} == "no"
.include "${PORTSDIR}/lang/egcs/stable/files/gcc3.port.mk"
.endif