diff options
author | asami <asami@FreeBSD.org> | 1999-10-10 18:45:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-10 18:45:19 +0800 |
commit | e7efa49778d2cdf6e92f0635387ba415eb864457 (patch) | |
tree | d03464bb20602a3b71fba994a26999d72888bb51 | |
parent | 297a02fda6e12fba21a4acab47b55fbe56402cca (diff) | |
download | freebsd-ports-gnome-e7efa49778d2cdf6e92f0635387ba415eb864457.tar.gz freebsd-ports-gnome-e7efa49778d2cdf6e92f0635387ba415eb864457.tar.zst freebsd-ports-gnome-e7efa49778d2cdf6e92f0635387ba415eb864457.zip |
Change BROKEN to FORBIDDEN -- it will compile but won't run.
Approved by: maintainer
-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> |