summaryrefslogtreecommitdiff
path: root/benchmarks/imb
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2007-04-19 16:21:59 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2007-04-19 16:21:59 +0000
commit2ff1408b7fb3f46c61e0508b00d4a58f01fc50ca (patch)
tree18d9feffd20a91f12bba51713dd13240723268aa /benchmarks/imb
parent- Fix build with NOPORTDOCS=yes (diff)
- Remove workarounds for FreeBSD 4.
PR: ports/111722 Submitted by: edwin Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=190364
Diffstat (limited to 'benchmarks/imb')
-rw-r--r--benchmarks/imb/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile
index 5888afddf35f..d557fab81066 100644
--- a/benchmarks/imb/Makefile
+++ b/benchmarks/imb/Makefile
@@ -36,10 +36,6 @@ 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