Change BROKEN to FORBIDDEN; it builds on 3.x but doesn't run.

PR:		14251
Submitted by:	maintainer
This commit is contained in:
Chris Piazza 1999-10-10 22:16:27 +00:00
parent 765b62e14f
commit 37a3b79f9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22316
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+"
FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+"
.endif
.include <bsd.port.post.mk>

View file

@ -22,7 +22,7 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+"
FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+"
.endif
.include <bsd.port.post.mk>