diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-12 21:33:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-12 21:33:23 +0000 |
commit | 6d3f66735b7a6f1c2af352cdfce4cc4f4c7efb05 (patch) | |
tree | d64d0d8404df89a9701118fa40d5dcdbb0f93d1b /dns/bind9 | |
parent | c119a0810a5dabf68ea958c73c1257aaacbad31e (diff) | |
download | ports-6d3f66735b7a6f1c2af352cdfce4cc4f4c7efb05.tar.gz ports-6d3f66735b7a6f1c2af352cdfce4cc4f4c7efb05.zip |
Notes
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index c09110d01b47..f249af21d0f6 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -27,7 +27,7 @@ COMMENT= Completely new version of the BIND DNS suite with updated DNSSEC # ISC releases things like 9.3.0rc1, which our versioning doesn't like ISCVERSION= 9.3.6-P1 -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ |