diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
commit | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (patch) | |
tree | d57c864005baed96c03a9d962fb4dbe250891caf /mail/exim | |
parent | - Update to 1.3.7 (diff) |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244489
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 4765a3b1e54a..5092a19dda5b 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -23,6 +23,7 @@ COMMENT?= High performance MTA for Unix systems on the Internet USE_BZIP2= yes WANT_GNOME= yes WANT_PERL= yes +MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> |