diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-05 06:30:35 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-05 06:30:35 +0000 |
commit | 81200350b5a94637058a4a318e942b61a1e254e7 (patch) | |
tree | e10ab6fe9c0973464602e28005c2ec8fc998b3d8 /sysutils/ipmi-kmod | |
parent | 8d5fc7141ab97e06a4a7153a979d842e766c47dd (diff) | |
download | ports-81200350b5a94637058a4a318e942b61a1e254e7.tar.gz ports-81200350b5a94637058a4a318e942b61a1e254e7.zip |
Mark BROKEN (does not compile).
Reported by: krismail (pointyhat for amd64/5.x),
my company's tinderbox (for i386/5.x)
Notes
Notes:
svn path=/head/; revision=174517
Diffstat (limited to 'sysutils/ipmi-kmod')
-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 |