3b893bbd83
the man page has always been wrong about it requested by and ok steven@
6 lines
98 B
Makefile
6 lines
98 B
Makefile
USE_GCC4 ?= No
|
|
|
|
.if ${USE_GCC4:L} == "no"
|
|
.include "${PORTSDIR}/lang/gcc/4.2/gcc4.port.mk"
|
|
.endif
|