From fc04f80cab3ea3dea5ce646363527a493b721c38 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 31 Jul 2003 01:53:24 +0000 Subject: Mark BROKEN on 5.x: does not compile --- benchmarks/polygraph31/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'benchmarks/polygraph31') diff --git a/benchmarks/polygraph31/Makefile b/benchmarks/polygraph31/Makefile index 6fa5f3adbaf2..aa9bd933bbce 100644 --- a/benchmarks/polygraph31/Makefile +++ b/benchmarks/polygraph31/Makefile @@ -15,9 +15,16 @@ EXTRACT_SUFX= .tgz MAINTAINER= demon@FreeBSD.org COMMENT= A benchmarking tool for Web proxies + IS_INTERACTIVE= yes GNU_CONFIGURE= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include -- cgit v1.2.3