diff options
author | lme <lme@FreeBSD.org> | 2013-07-20 16:16:37 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2013-07-20 16:16:37 +0800 |
commit | 0ab46856874baf25b2386cc8c277c59ae3246a1b (patch) | |
tree | de2dddb4665e25973ac775d0df5f3de5bf418887 | |
parent | 72e25dd126448caabfd1ab60568ccb8d46f2dec6 (diff) | |
download | freebsd-ports-gnome-0ab46856874baf25b2386cc8c277c59ae3246a1b.tar.gz freebsd-ports-gnome-0ab46856874baf25b2386cc8c277c59ae3246a1b.tar.zst freebsd-ports-gnome-0ab46856874baf25b2386cc8c277c59ae3246a1b.zip |
Add MAKE_JOBS_UNSAFE
Reported by: flo
-rw-r--r-- | net-mgmt/icinga/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile index 6b034e3ff56d..6b7eb2517c50 100644 --- a/net-mgmt/icinga/Makefile +++ b/net-mgmt/icinga/Makefile @@ -19,6 +19,8 @@ USE_PERL5_BUILD= yes USE_AUTOTOOLS= autoconf libltdl USE_RC_SUBR= icinga +MAKE_JOBS_UNSAFE=yes + GNU_CONFIGURE= yes ICINGAUSER?= icinga |