summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--benchmarks/dbench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 66d3837..7cd3f06 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>
OpenPOWER on IntegriCloud