diff options
author | pav <pav@FreeBSD.org> | 2010-06-22 06:12:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-22 06:12:33 +0800 |
commit | 50c2b333184baaa29d07ca8c28e82a7c322d7085 (patch) | |
tree | 819b73e90b0951909bae344abd64c704a38ecdc6 /benchmarks/polygraph31/Makefile | |
parent | 9e1e4deccab2e6e281cb6a2555868f72eb8ddcf9 (diff) | |
download | freebsd-ports-gnome-50c2b333184baaa29d07ca8c28e82a7c322d7085.tar.gz freebsd-ports-gnome-50c2b333184baaa29d07ca8c28e82a7c322d7085.tar.zst freebsd-ports-gnome-50c2b333184baaa29d07ca8c28e82a7c322d7085.zip |
- Mark BROKEN on recent 8-STABLE: does not build
Feature safe: yes
Reported by: pointyhat (8.1-R builds)
Diffstat (limited to 'benchmarks/polygraph31/Makefile')
-rw-r--r-- | benchmarks/polygraph31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |