summaryrefslogtreecommitdiff
path: root/dns/bind9-devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-04 14:37:34 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-04 14:37:34 +0000
commit8ee6dea551e88432f1ee92aedf3fc14f69d54fb4 (patch)
treeeba403d8d029df0ef49da2e19e29965c3dbf3777 /dns/bind9-devel
parentc5804a640b13d0077176567ee44ba58b9fb72469 (diff)
downloadfreebsd-ports-8ee6dea551e88432f1ee92aedf3fc14f69d54fb4.zip
Remarke MAKE_JOBS_UNSAFE everywhere.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r--dns/bind9-devel/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index 541abcf6381c..5501fcf7f5c1 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -233,15 +233,12 @@ SUB_LIST+= NOBASE="@comment " BASE=""
PKGDEINSTALL= ${PKGINSTALL}
+MAKE_JOBS_UNSAFE= yes
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 \