aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-10-22 05:24:56 +0800
committermnag <mnag@FreeBSD.org>2005-10-22 05:24:56 +0800
commitb6375a6b5ff6fdcc01310a837a543f1d21a35e95 (patch)
treee240c619613f9d3dd81cdec7825b26d4ba1f8ddd /benchmarks
parentc19d82888991ee9706ce423823d0b1ab2ddc46b7 (diff)
downloadfreebsd-ports-graphics-b6375a6b5ff6fdcc01310a837a543f1d21a35e95.tar.gz
freebsd-ports-graphics-b6375a6b5ff6fdcc01310a837a543f1d21a35e95.tar.zst
freebsd-ports-graphics-b6375a6b5ff6fdcc01310a837a543f1d21a35e95.zip
In really mark as IGNORE.
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 66d3837b4ba..7cd3f062f43 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>