View | Details | Raw Unified | Return to bug 200791 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 39-45 Link Here
39
39
40
.include <bsd.port.options.mk>
40
.include <bsd.port.options.mk>
41
41
42
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 902001
42
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
43
BUILD_DEPENDS+=	clang33:${PORTSDIR}/lang/clang33
43
BUILD_DEPENDS+=	clang33:${PORTSDIR}/lang/clang33
44
CC=		clang33
44
CC=		clang33
45
.endif
45
.endif

Return to bug 200791