diff options
author | bsam <bsam@FreeBSD.org> | 2006-10-05 14:30:35 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-10-05 14:30:35 +0800 |
commit | e8d285acfa1c5d70ca20a8052f2f24d0af298c60 (patch) | |
tree | 75c94a6dd1837f6f53d65abd82a0cc030dfa7b98 | |
parent | 4ff9203aef87e39e2e3a7d5752503347ed1571f3 (diff) | |
download | freebsd-ports-gnome-e8d285acfa1c5d70ca20a8052f2f24d0af298c60.tar.gz freebsd-ports-gnome-e8d285acfa1c5d70ca20a8052f2f24d0af298c60.tar.zst freebsd-ports-gnome-e8d285acfa1c5d70ca20a8052f2f24d0af298c60.zip |
Mark BROKEN (does not compile).
Reported by: krismail (pointyhat for amd64/5.x),
my company's tinderbox (for i386/5.x)
-rw-r--r-- | sysutils/ipmi-kmod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ipmi-kmod/Makefile b/sysutils/ipmi-kmod/Makefile index b29dbcb5e88e..cf10461a123b 100644 --- a/sysutils/ipmi-kmod/Makefile +++ b/sysutils/ipmi-kmod/Makefile @@ -26,6 +26,8 @@ KMODDIR= /boot/modules .include <bsd.port.pre.mk> +BROKEN= Does not compile + ONLY_FOR_ARCHS= i386 amd64 # Don't strip module on amd64 systems |