diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-21 22:40:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-21 22:40:35 +0000 |
commit | 6724089b21de676c367bbc41cca5651958d1b0f3 (patch) | |
tree | d7fbc29b7824fa040e8414846370d7194a41a86e /benchmarks | |
parent | 2260c7cc09633dfc8910bb1651bb77f7f7ae45e8 (diff) | |
download | ports-6724089b21de676c367bbc41cca5651958d1b0f3.tar.gz ports-6724089b21de676c367bbc41cca5651958d1b0f3.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dkftpbench/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile index 8bf782ae2169..496743505e44 100644 --- a/benchmarks/dkftpbench/Makefile +++ b/benchmarks/dkftpbench/Makefile @@ -16,4 +16,10 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= automake14 autoconf -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1000000 +BROKEN= does not build on FreeBSD 10 or better +.endif + +.include <bsd.port.post.mk> |