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