diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-19 16:21:59 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-19 16:21:59 +0000 |
commit | 2ff1408b7fb3f46c61e0508b00d4a58f01fc50ca (patch) | |
tree | 18d9feffd20a91f12bba51713dd13240723268aa /benchmarks | |
parent | 4e7b2a64c19dac36747b333d8833b9be904070cb (diff) | |
download | ports-2ff1408b7fb3f46c61e0508b00d4a58f01fc50ca.tar.gz ports-2ff1408b7fb3f46c61e0508b00d4a58f01fc50ca.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/imb/Makefile | 4 |
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 |