diff options
author | mat <mat@FreeBSD.org> | 2016-10-04 22:37:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-04 22:37:34 +0800 |
commit | 1fd0e8e92c563e5e1f2b725e44a10174dd444bbb (patch) | |
tree | eba403d8d029df0ef49da2e19e29965c3dbf3777 /dns/bind99 | |
parent | 6d323683f31ae85b56653178584426e769398198 (diff) | |
download | freebsd-ports-gnome-1fd0e8e92c563e5e1f2b725e44a10174dd444bbb.tar.gz freebsd-ports-gnome-1fd0e8e92c563e5e1f2b725e44a10174dd444bbb.tar.zst freebsd-ports-gnome-1fd0e8e92c563e5e1f2b725e44a10174dd444bbb.zip |
Remarke MAKE_JOBS_UNSAFE everywhere.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 28ac8d26d7bc..b31e3060ff83 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -186,14 +186,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} ) && ${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 \ |