aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/lmmon/Makefile2
-rw-r--r--sysutils/wmlmmon/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile
index 4fb94ca991fb..ee14eddc8373 100644
--- a/sysutils/lmmon/Makefile
+++ b/sysutils/lmmon/Makefile
@@ -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>
diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile
index c119fb451d3d..75207fcf30a2 100644
--- a/sysutils/wmlmmon/Makefile
+++ b/sysutils/wmlmmon/Makefile
@@ -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>