aboutsummaryrefslogtreecommitdiff
path: root/dns/bind910
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-09-30 12:44:27 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-09-30 12:44:27 +0000
commit67b0d714659007ad0a4e1cdd08403b8c9955a716 (patch)
tree1e3816c6b0431d5bf2b413ecba00304335db56d2 /dns/bind910
parent3e4ce85bdc890c43c01fb887d59ec44c3d4a1cf2 (diff)
downloadports-67b0d714659007ad0a4e1cdd08403b8c9955a716.tar.gz
ports-67b0d714659007ad0a4e1cdd08403b8c9955a716.zip
Notes
Diffstat (limited to 'dns/bind910')
-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 \