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

(-)Makefile (-7 / +2 lines)
Lines 18-31 Link Here
18
18
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
ALL_TARGET=	default
20
ALL_TARGET=	default
21
NOPRECIOUSMAKEVARS=yes
21
22
22
MAN5=	and.conf.5 and.priorities.5
23
MAN5=	and.conf.5 and.priorities.5
23
MAN8=	and.8
24
MAN8=	and.8
24
25
25
.include <bsd.port.pre.mk>
26
.include <bsd.port.mk>
26
27
.if ${OSVERSION} >= 502126
28
BROKEN=		"Does not compile on FreeBSD >= 5.x"
29
.endif
30
31
.include <bsd.port.post.mk>

Return to bug 71843