aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/polygraph/Makefile2
-rw-r--r--benchmarks/polygraph31/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
index f154ef963b25..650bafb2dc62 100644
--- a/benchmarks/polygraph/Makefile
+++ b/benchmarks/polygraph/Makefile
@@ -29,7 +29,7 @@ OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900009
+.if ${OSVERSION} >= 900009 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800503)
BROKEN= does not build
.endif
diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile
index c2cda51b7917..9ff1c9076bc4 100644
--- a/benchmarks/polygraph31/Makefile
+++ b/benchmarks/polygraph31/Makefile
@@ -28,7 +28,7 @@ OPTIONS= GNUPLOT "gnuplot if you want full report functionality" ON \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900009
+.if ${OSVERSION} >= 900009 || (${OSVERSION} < 900000 && ${OSVERSION} >= 800503)
BROKEN= does not build
.endif