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

(-)Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
.include <bsd.port.pre.mk>
18
.include <bsd.port.pre.mk>
19
19
20
.if ${OSVERSION} < 400000
20
.if ${OSVERSION} < 400000
21
BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+"
21
FORBIDDEN=	"This port uses the intpm controller which is only available in FreeBSD 4.0+"
22
.endif
22
.endif
23
23
24
.include <bsd.port.post.mk>
24
.include <bsd.port.post.mk>
(-)Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
23
23
24
.if ${OSVERSION} < 400000
24
.if ${OSVERSION} < 400000
25
BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+"
25
FORBIDDEN=	"This port uses the intpm controller which is only available in FreeBSD 4.0+"
26
.endif
26
.endif
27
27
28
.include <bsd.port.post.mk>
28
.include <bsd.port.post.mk>

Return to bug 14251