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

(-)Makefile (-7 / +1 lines)
Lines 29-38 Link Here
29
29
30
MAN1=		xar.1
30
MAN1=		xar.1
31
31
32
.include <bsd.port.pre.mk>
32
.include <bsd.port.mk>
33
34
.if ${OSVERSION} < 500000
35
BROKEN=	Does not build on FreeBSD < 5.x
36
.endif
37
38
.include <bsd.port.post.mk>

Return to bug 111641