aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/imb
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-05 09:19:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-05 09:19:18 +0000
commit7fc2bca0cdcdde9c78e6df3f39fb69c9f2a56661 (patch)
tree7bde2e58b5fafd6710fe7b375cfb5ab7d33cda1d /benchmarks/imb
parent90d7d4522ea6ccc908380f3a1c6deafe688b998c (diff)
downloadports-7fc2bca0cdcdde9c78e6df3f39fb69c9f2a56661.tar.gz
ports-7fc2bca0cdcdde9c78e6df3f39fb69c9f2a56661.zip
- Marked broken for 4.X
PR: ports/107508 Submitted by: trasz (maintainer)
Notes
Notes: svn path=/head/; revision=181501
Diffstat (limited to 'benchmarks/imb')
-rw-r--r--benchmarks/imb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile
index f3015fd508db..1b9fe2c70945 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