diff options
author | trasz <trasz@FreeBSD.org> | 2007-04-20 00:21:59 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-04-20 00:21:59 +0800 |
commit | 4081601e9cc9acec54fcbc4e710f46578b0bbe96 (patch) | |
tree | c0b27d1371542d0abf14149c8c77c8df1264a632 /benchmarks/imb | |
parent | 5d695853ffce9e343104f1d6abf78c06918d4949 (diff) | |
download | freebsd-ports-gnome-4081601e9cc9acec54fcbc4e710f46578b0bbe96.tar.gz freebsd-ports-gnome-4081601e9cc9acec54fcbc4e710f46578b0bbe96.tar.zst freebsd-ports-gnome-4081601e9cc9acec54fcbc4e710f46578b0bbe96.zip |
- Remove workarounds for FreeBSD 4.
PR: ports/111722
Submitted by: edwin
Approved by: miwi (mentor)
Diffstat (limited to 'benchmarks/imb')
-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 |