View | Details | Raw Unified | Return to bug 111822
Collapse All | Expand All

(-)Makefile (-6 / +3 lines)
Lines 46-56 Link Here
46
		fwb_ipfw.1 \
46
		fwb_ipfw.1 \
47
		fwb_pf.1
47
		fwb_pf.1
48
48
49
.include <bsd.port.pre.mk>
49
.if !defined(NOPORTDOCS)
50
50
PORTDOCS=	*
51
.if ${OSVERSION} < 500000
52
BROKEN=		"Does not build on 4.X (requires gcc 3.4 which itself does not build under 4.X"
53
.endif
51
.endif
54
52
55
.include <bsd.port.post.mk>
53
.include <bsd.port.mk>
56

Return to bug 111822