summaryrefslogtreecommitdiff
path: root/benchmarks/polygraph
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-31 01:53:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-31 01:53:24 +0000
commitfc04f80cab3ea3dea5ce646363527a493b721c38 (patch)
treea0dba10d8f81c17ceab92a364d9e43f9420ca364 /benchmarks/polygraph
parentUse ${CP} -r instead of ${CP} to cope with source trees checked out via (diff)
Mark BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=85985
Diffstat (limited to 'benchmarks/polygraph')
-rw-r--r--benchmarks/polygraph/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
index 6fa5f3adbaf2..aa9bd933bbce 100644
--- a/benchmarks/polygraph/Makefile
+++ b/benchmarks/polygraph/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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>