diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-07-24 16:19:07 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-07-24 16:19:07 +0800 |
commit | 89a5bb4709168de6077832b3ba7b130613ca3630 (patch) | |
tree | 914f8ade1b480422b15cf7e276709aef4c875c09 /mail | |
parent | d3af47739065bed5ec83475f401dc73834e02bb8 (diff) | |
download | freebsd-ports-gnome-89a5bb4709168de6077832b3ba7b130613ca3630.tar.gz freebsd-ports-gnome-89a5bb4709168de6077832b3ba7b130613ca3630.tar.zst freebsd-ports-gnome-89a5bb4709168de6077832b3ba7b130613ca3630.zip |
Remove MAKE_JOBS_SAFE which is now default.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus2courier/Makefile | 2 | ||||
-rw-r--r-- | mail/isync/Makefile | 1 | ||||
-rw-r--r-- | mail/milter-callback/Makefile | 2 | ||||
-rw-r--r-- | mail/nbsmtp/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Sendmail-AccessDB/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 1 |
6 files changed, 0 insertions, 8 deletions
diff --git a/mail/cyrus2courier/Makefile b/mail/cyrus2courier/Makefile index 7f4b36bd62e5..169112f2808f 100644 --- a/mail/cyrus2courier/Makefile +++ b/mail/cyrus2courier/Makefile @@ -11,8 +11,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cyrus-IMAP to Maildir++ conversion utility -MAKE_JOBS_SAFE= yes - ALL_TARGET= build PLIST_FILES= bin/cyrus2courier diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 53f5faa3d2e9..0bd46c7c89f3 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_OPENSSL= yes USE_BDB= 42+ -MAKE_JOBS_SAFE= yes MAN1= isync.1 mbsync.1 mdconvert.1 PORTDOCS= AUTHORS ChangeLog NEWS README TODO diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile index 61664b1bf4c6..a3c87b4d4f3c 100644 --- a/mail/milter-callback/Makefile +++ b/mail/milter-callback/Makefile @@ -20,8 +20,6 @@ USE_GCC= any SUB_FILES= pkg-message MAN8= milter-callback.8 -MAKE_JOBS_SAFE= yes - SRC_FILES= cache.c commonprocs.c cpit.c dealwithmxes.c detectlamespf.c \ makedecision.c mcspf.c milter-callback.c pgupdate.c \ processdirectpart.c processmxpart.c pushhistory.c sigusr1.c diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile index 49be1b4b7e24..a30739098165 100644 --- a/mail/nbsmtp/Makefile +++ b/mail/nbsmtp/Makefile @@ -13,7 +13,6 @@ COMMENT= Simple program for outgoing SMTP delivery LICENSE= GPLv2 GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS+= --enable-ssl --enable-ipv6 diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index 007e800cee62..f4b3e1f0f6ac 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -14,7 +14,6 @@ BUILD_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAKE_JOBS_SAFE= yes MAN3= Sendmail::AccessDB.3 diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 7019013894b9..898bbb669064 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -18,7 +18,6 @@ USE_BZIP2= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes # Sylpheed needs pthread if GnomeVFS is installed (GtkFileChooser uses it) CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |