aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-21 23:07:24 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-21 23:07:24 +0000
commit25301b73597c48d9e1623ab50ad539cb852867c0 (patch)
tree89df46af0540fd96f00bea47077a28abc6f90cc6 /benchmarks
parentbfa5395bcffebe3db1f281bd996c895cf6285ce3 (diff)
downloadports-25301b73597c48d9e1623ab50ad539cb852867c0.tar.gz
ports-25301b73597c48d9e1623ab50ad539cb852867c0.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dbench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 7cd3f062f430..66d3837b4bae 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -18,11 +18,11 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-IGNORE= Doesn't build on FreeBSD < 5.x
+BROKEN= "Doesn't build on FreeBSD < 5.x"
.endif
.if ${ARCH} == amd64
-IGNORE= Doesn't build on arch amd64
+BROKEN= "Doesn't build on arch amd64"
.endif
.include <bsd.port.post.mk>