openbsd-ports/infrastructure/mk/gcc4.port.mk

6 lines
98 B
Makefile
Raw Normal View History

2008-05-11 15:50:55 -04:00
USE_GCC4 ?= No
.if ${USE_GCC4:L} == "no"
.include "${PORTSDIR}/lang/gcc/4.2/gcc4.port.mk"
.endif