openbsd-ports/infrastructure/mk/gcc4.port.mk
2006-10-21 14:26:07 +00:00

6 lines
96 B
Makefile

USE_GCC4?=No
.if ${USE_GCC4:L} == "no"
.include "${PORTSDIR}/lang/gcc/4.2/gcc4.port.mk"
.endif