summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-04 07:24:47 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-04 07:24:47 +0000
commit898d3f6d23994d087e60f194db8cb458356cdd5d (patch)
tree5cf11463c813d547af8e47531f67aa9d5a27e043
parent- Update to 2.2.1 (diff)
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=235146
-rw-r--r--comms/ib-kmod/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/ib-kmod/Makefile b/comms/ib-kmod/Makefile
index d023937e68b5..a7cc2b56111a 100644
--- a/comms/ib-kmod/Makefile
+++ b/comms/ib-kmod/Makefile
@@ -26,6 +26,10 @@ PLIST_FILES= "@cwd ${KMODDIR}" \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
pre-fetch:
.if !exists(${SRC_BASE}/sys/Makefile)
@${ECHO} "*************************************************"; \