diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ib-kmod/Makefile | 4 |
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} "*************************************************"; \ |