openbsd-ports/infrastructure/mk/gcc3.port.mk
2005-02-25 23:08:16 +00:00

6 lines
96 B
Makefile

USE_GCC3?=No
.if ${USE_GCC3:L} == "no"
.include "${PORTSDIR}/lang/gcc/3.3/gcc3.port.mk"
.endif