diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-21 21:24:56 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-21 21:24:56 +0000 |
commit | d873321c7d7385a50e5658bb774fbb27270ca1c1 (patch) | |
tree | d296c947ec2f1c6cb379819582c4428251ef0ab5 /benchmarks | |
parent | fb01b9bc5e6e4b646edefc1ff0f888754a7da3c3 (diff) |
In really mark as IGNORE.
Notes
Notes:
svn path=/head/; revision=146069
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 66d3837b4bae..7cd3f062f430 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -18,11 +18,11 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Doesn't build on FreeBSD < 5.x" +IGNORE= Doesn't build on FreeBSD < 5.x .endif .if ${ARCH} == amd64 -BROKEN= "Doesn't build on arch amd64" +IGNORE= Doesn't build on arch amd64 .endif .include <bsd.port.post.mk> |