diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-04 07:24:47 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-04 07:24:47 +0000 |
commit | 898d3f6d23994d087e60f194db8cb458356cdd5d (patch) | |
tree | 5cf11463c813d547af8e47531f67aa9d5a27e043 /comms | |
parent | f243a0edb966a7a2b8f1ff66920647ba4cb9f7e0 (diff) | |
download | ports-898d3f6d23994d087e60f194db8cb458356cdd5d.tar.gz ports-898d3f6d23994d087e60f194db8cb458356cdd5d.zip |
Notes
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} "*************************************************"; \ |