Change BROKEN to FORBIDDEN; it builds on 3.x but doesn't run.
PR: 14251 Submitted by: maintainer
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue