diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-21 22:12:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-21 22:12:33 +0000 |
commit | 32de5c4af553a3804880d93ec3f8f5eeadc10df4 (patch) | |
tree | 8bdb3ac0669604edd27af9d1033cc6e5298fb98c /benchmarks | |
parent | 05c93ec7ae83cf022f1420a17265adad0c5348a0 (diff) | |
download | ports-32de5c4af553a3804880d93ec3f8f5eeadc10df4.tar.gz ports-32de5c4af553a3804880d93ec3f8f5eeadc10df4.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/polygraph/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/polygraph31/Makefile | 2 |
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 |