diff options
author | bsam <bsam@FreeBSD.org> | 2006-10-05 06:35:52 +0000 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-10-05 06:35:52 +0000 |
commit | cb69b8512ec7ec4b1b35d3cd5bdfc60c7ec66212 (patch) | |
tree | 4cd6a178852da18ac2d6f76b04d01e3b9fb0da1e | |
parent | e7736d6a889b37ea201908751eeb35d5cd681271 (diff) | |
download | FreeBSD-ports-cb69b8512ec7ec4b1b35d3cd5bdfc60c7ec66212.zip FreeBSD-ports-cb69b8512ec7ec4b1b35d3cd5bdfc60c7ec66212.tar.gz |
Actually mark BROKEN for 5.x, not for all versions as it was done
at previous commit.
Pointy hat to: bsam (me)
-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 cf10461..fd15798 100644 --- a/sysutils/ipmi-kmod/Makefile +++ b/sysutils/ipmi-kmod/Makefile @@ -26,7 +26,9 @@ KMODDIR= /boot/modules .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 BROKEN= Does not compile +.endif ONLY_FOR_ARCHS= i386 amd64 |