diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-31 16:57:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-31 16:57:19 +0800 |
commit | cb6ca40aaa3d7b86032c79407d5e406dd6ab1887 (patch) | |
tree | 3283cfa99c5725f576919ea4df7752d2f032c4da | |
parent | 69fad661b66f33c99f0fe388f0a5dd528018cd68 (diff) | |
download | freebsd-ports-gnome-cb6ca40aaa3d7b86032c79407d5e406dd6ab1887.tar.gz freebsd-ports-gnome-cb6ca40aaa3d7b86032c79407d5e406dd6ab1887.tar.zst freebsd-ports-gnome-cb6ca40aaa3d7b86032c79407d5e406dd6ab1887.zip |
- Make MAKE_JOBS_UNSAFE
PR: 133125
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
-rw-r--r-- | dns/opendd/Makefile | 1 | ||||
-rw-r--r-- | mail/heirloom-mailx/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
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 |