diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-04 14:37:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-04 14:37:34 +0000 |
commit | 8ee6dea551e88432f1ee92aedf3fc14f69d54fb4 (patch) | |
tree | eba403d8d029df0ef49da2e19e29965c3dbf3777 /dns/bind9-devel | |
parent | c5804a640b13d0077176567ee44ba58b9fb72469 (diff) | |
download | freebsd-ports-8ee6dea551e88432f1ee92aedf3fc14f69d54fb4.zip |
Remarke MAKE_JOBS_UNSAFE everywhere.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/Makefile | 5 |
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 \ |