c78568ec50
- set USE_GCC* to Yes by default when using a gcc* MODULE which makes much more sense discussed with and ok robert@
6 lines
100 B
Makefile
6 lines
100 B
Makefile
USE_GCC4 ?= Yes
|
|
|
|
.if ${USE_GCC4:L} == "yes"
|
|
.include "${PORTSDIR}/lang/gcc/4.2/gcc4.port.mk"
|
|
.endif
|