diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 01:53:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-31 01:53:24 +0000 |
commit | fc04f80cab3ea3dea5ce646363527a493b721c38 (patch) | |
tree | a0dba10d8f81c17ceab92a364d9e43f9420ca364 /benchmarks/polygraph | |
parent | c8e73fc871fce69b4c3e3d1a1a008fe8f930fd90 (diff) | |
download | ports-fc04f80cab3ea3dea5ce646363527a493b721c38.tar.gz ports-fc04f80cab3ea3dea5ce646363527a493b721c38.zip |
Notes
Diffstat (limited to 'benchmarks/polygraph')
-rw-r--r-- | benchmarks/polygraph/Makefile | 9 |
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> |