aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/imb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/imb/Makefile')
-rw-r--r--benchmarks/imb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile
index f3015fd508d..1b9fe2c7094 100644
--- a/benchmarks/imb/Makefile
+++ b/benchmarks/imb/Makefile
@@ -36,6 +36,10 @@ CFLAGS+= -DCHECK
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on 4.x
+.endif
+
.if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)
WITH_OPENMPI= yes
.endif