diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 09:53:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 09:53:24 +0800 |
commit | fe8b22b2a53c8947a8d82927d85abf4619d43143 (patch) | |
tree | 141b84d238dacdd3cbaf00b6f9d80f68d1407bae /benchmarks/polygraph31 | |
parent | 0e904415e74f5d56935b7daf41e9ea417bb2a648 (diff) | |
download | freebsd-ports-gnome-fe8b22b2a53c8947a8d82927d85abf4619d43143.tar.gz freebsd-ports-gnome-fe8b22b2a53c8947a8d82927d85abf4619d43143.tar.zst freebsd-ports-gnome-fe8b22b2a53c8947a8d82927d85abf4619d43143.zip |
Mark BROKEN on 5.x: does not compile
Diffstat (limited to 'benchmarks/polygraph31')
-rw-r--r-- | benchmarks/polygraph31/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |