diff options
-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> |