From b945ff2f90c879ed884b27960dd395cb78e48994 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 31 Mar 2009 08:57:19 +0000 Subject: [PATCH] - Make MAKE_JOBS_UNSAFE PR: 133125 Submitted by: Alexander Logvinov (maintainer) --- dns/opendd/Makefile | 1 + mail/heirloom-mailx/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/dns/opendd/Makefile b/dns/opendd/Makefile index 3cd9d498b227..dba70140fcc4 100644 --- a/dns/opendd/Makefile +++ b/dns/opendd/Makefile @@ -16,6 +16,7 @@ COMMENT= A small DynDNS client OPTIONS= OPENDD_SSL "Build with SSL support" off \ RC_NG "Install RC_NG script" on +MAKE_JOBS_UNSAFE= yes PORTDOCS= COPYING COPYRIGHT README PLIST_FILES= sbin/${PORTNAME} \ "@unexec if cmp -s %D/%%ETCDIR%%/${PORTNAME}.conf %D/%%ETCDIR%%/${PORTNAME}.conf.default; then ${RM} -f %D/%%ETCDIR%%/${PORTNAME}.conf; fi " \ diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 54132ec52cc3..d279ca2606e9 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -20,6 +20,7 @@ OPTIONS= IPV6 "Enable IPv6 Support" On CONFLICTS= mailx-[0-9]* +MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes USE_ICONV= yes USE_OPENSSL= yes