diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:16:27 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:16:27 +0000 |
commit | 37a3b79f9fa8f7ea2d1d63d491423941654037d7 (patch) | |
tree | 1186acf327876015fd1883572fc81b6b3686b71d /sysutils/lmmon | |
parent | 765b62e14fae235388f3d1596501008ba39c1360 (diff) | |
download | ports-37a3b79f9fa8f7ea2d1d63d491423941654037d7.tar.gz ports-37a3b79f9fa8f7ea2d1d63d491423941654037d7.zip |
Notes
Diffstat (limited to 'sysutils/lmmon')
-rw-r--r-- | sysutils/lmmon/Makefile | 2 |
1 files changed, 1 insertions, 1 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> |