diff options
author | pav <pav@FreeBSD.org> | 2009-11-20 06:07:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-20 06:07:43 +0800 |
commit | 1a5818d61009df398c86fa82b2760b8d6a08d525 (patch) | |
tree | 6ab304a1597af73da5dce9113c794fc2cecb35f8 /mail | |
parent | 9929fb4b71d2eec7980d9b672b8db22dc790d6d9 (diff) | |
download | freebsd-ports-gnome-1a5818d61009df398c86fa82b2760b8d6a08d525.tar.gz freebsd-ports-gnome-1a5818d61009df398c86fa82b2760b8d6a08d525.tar.zst freebsd-ports-gnome-1a5818d61009df398c86fa82b2760b8d6a08d525.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 1 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 1 | ||||
-rw-r--r-- | mail/dspam-devel/Makefile | 1 | ||||
-rw-r--r-- | mail/exim/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index b4d4143c6e19..61f89a743589 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -36,6 +36,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-com_err \ --with-openssl=${OPENSSLBASE} \ --with-perl=${PERL5} +MAKE_JOBS_UNSAFE= yes OPTIONS= BDB "Use Berkeley DB" on \ DRAC "Enable DRAC support" off \ diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index b4d4143c6e19..61f89a743589 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -36,6 +36,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-com_err \ --with-openssl=${OPENSSLBASE} \ --with-perl=${PERL5} +MAKE_JOBS_UNSAFE= yes OPTIONS= BDB "Use Berkeley DB" on \ DRAC "Enable DRAC support" off \ diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 6442dfe056af..9fb437a2603c 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -25,6 +25,7 @@ PORTVER_MAJ= 3.8.0 #SNAP_DATE= .20061010.1118 MIN_OPTIONS_VER= ${PORTNAME}-3.6.8.20061010.1118_1 +MAKE_JOBS_UNSAFE= yes .ifdef(SNAP_DATE) MASTER_SITES= ${MASTER_SITE_LOCAL} \ 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> |