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 /mail/heirloom-mailx | |
parent | 69fad661b66f33c99f0fe388f0a5dd528018cd68 (diff) | |
download | freebsd-ports-graphics-cb6ca40aaa3d7b86032c79407d5e406dd6ab1887.tar.gz freebsd-ports-graphics-cb6ca40aaa3d7b86032c79407d5e406dd6ab1887.tar.zst freebsd-ports-graphics-cb6ca40aaa3d7b86032c79407d5e406dd6ab1887.zip |
- Make MAKE_JOBS_UNSAFE
PR: 133125
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 54132ec52cc..d279ca2606e 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 |