aboutsummaryrefslogtreecommitdiff
path: root/dns/bind910/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind910/Makefile')
-rw-r--r--dns/bind910/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile
index 9d1ed1347d3f..cde596102c3d 100644
--- a/dns/bind910/Makefile
+++ b/dns/bind910/Makefile
@@ -225,6 +225,10 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
+.if ${OSVERSION} <= 1000000
+MAKE_JOBS_UNSAFE= yes
+.endif
+
.if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && ${SSL_DEFAULT} == base
BROKEN= OpenSSL from the base system does not support GOST, add \
DEFAULT_VERSIONS+=ssl=openssl to your /etc/make.conf and rebuild everything \