aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-06-23 21:27:53 +0800
committerpav <pav@FreeBSD.org>2009-06-23 21:27:53 +0800
commitad4f68b8c120fdcfd27cd276e1391f167c2f5295 (patch)
tree06bc279dbf55fca7d08c462a35be29b65970433d /dns
parentf91085febc28647ac4307f24c51b2f34b0504077 (diff)
downloadfreebsd-ports-gnome-ad4f68b8c120fdcfd27cd276e1391f167c2f5295.tar.gz
freebsd-ports-gnome-ad4f68b8c120fdcfd27cd276e1391f167c2f5295.tar.zst
freebsd-ports-gnome-ad4f68b8c120fdcfd27cd276e1391f167c2f5295.zip
Make jobs unsafe
Diffstat (limited to 'dns')
-rw-r--r--dns/c-ares/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile
index 8e220d77c1a4..dc03727015a6 100644
--- a/dns/c-ares/Makefile
+++ b/dns/c-ares/Makefile
@@ -19,6 +19,8 @@ OPTIONS= CONFIG_INFO "Add the ares_config_info patch" ON \
CONFLICTS= ares-1.*
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.pre.mk>
.if defined(WITH_CONFIG_INFO)