diff options
author | asami <asami@FreeBSD.org> | 1999-10-10 10:45:19 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-10 10:45:19 +0000 |
commit | e7efa49778d2cdf6e92f0635387ba415eb864457 (patch) | |
tree | d03464bb20602a3b71fba994a26999d72888bb51 /sysutils/wmhm | |
parent | 297a02fda6e12fba21a4acab47b55fbe56402cca (diff) | |
download | FreeBSD-ports-e7efa49778d2cdf6e92f0635387ba415eb864457.zip FreeBSD-ports-e7efa49778d2cdf6e92f0635387ba415eb864457.tar.gz |
Change BROKEN to FORBIDDEN -- it will compile but won't run.
Approved by: maintainer
Diffstat (limited to 'sysutils/wmhm')
-rw-r--r-- | sysutils/wmhm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/wmhm/Makefile b/sysutils/wmhm/Makefile index 0d5aa85..a96b473 100644 --- a/sysutils/wmhm/Makefile +++ b/sysutils/wmhm/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/wmhm/wmhm .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 -BROKEN= 'wmhm requires intpm which is only available in 4.0-CURRENT' +FORBIDDEN= 'wmhm requires intpm which is only available in 4.0-CURRENT' .endif .include <bsd.port.post.mk> |