diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-28 12:55:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-28 12:55:09 +0000 |
commit | 6a863d85b81daf1a092ce7ad91e06b601a3bec3f (patch) | |
tree | 462d81949fa734fad53103f8e3e2824fb555aac4 /dns/bind9-devel | |
parent | 89f096f3640e9d82b4a9867d72068f05026042c7 (diff) | |
download | freebsd-ports-6a863d85b81daf1a092ce7ad91e06b601a3bec3f.zip |
Remove MAKE_JOBS_UNSAFE for BIND9.
It was added in 2009 in r232247 without the reason it was failing, I've
tried with -J 2-10, and can't have one of the BIND9 port fail.
Feel free to add it back, but please, add the reason why it fails.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index c612996599af..5b52ee88681c 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -33,8 +33,6 @@ LICENSE= MPL ISCVERSION= 9.12.0a.2016.09.07 HASH= 5125df6 -MAKE_JOBS_UNSAFE= yes - USES= cpe libedit CPE_VENDOR= isc |