diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-10 10:45:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-10 10:45:19 +0000 |
commit | c4a726f2aa0089363f8fe978fd0ffbe9cf84c4cf (patch) | |
tree | 70a9919758e71c36da850d1342643e6f31b0fc19 /sysutils/wmhm/Makefile | |
parent | f1a7fa39160535e76bcf564b7f7570b90fa27932 (diff) | |
download | ports-c4a726f2aa0089363f8fe978fd0ffbe9cf84c4cf.tar.gz ports-c4a726f2aa0089363f8fe978fd0ffbe9cf84c4cf.zip |
Notes
Diffstat (limited to 'sysutils/wmhm/Makefile')
-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 0d5aa85560fd..a96b473d566e 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> |