diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-10 22:16:27 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-10 22:16:27 +0000 |
commit | 0ee6f962c60c551a05f67347963ea7bbdd5f7ce4 (patch) | |
tree | ae64290fdf2a392774d90386ea6ab85219b28b21 /sysutils/lmmon | |
parent | 1632be1cfd8a3d5b55614c127d643ff6a754f256 (diff) | |
download | FreeBSD-ports-0ee6f962c60c551a05f67347963ea7bbdd5f7ce4.zip FreeBSD-ports-0ee6f962c60c551a05f67347963ea7bbdd5f7ce4.tar.gz |
Change BROKEN to FORBIDDEN; it builds on 3.x but doesn't run.
PR: 14251
Submitted by: maintainer
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 4fb94ca..ee14edd 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> |