diff options
author | erwin <erwin@FreeBSD.org> | 2009-10-05 03:13:31 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-10-05 03:13:31 +0800 |
commit | 090f2253af8cce72d4f91b07c2a4bd597a9b90b8 (patch) | |
tree | bc8f5af9a941c32ca896b34a21e3825e90579d69 /mail/postfix25 | |
parent | 5179cbf5a30ea963a6b207223798924be615c9c3 (diff) | |
download | freebsd-ports-gnome-090f2253af8cce72d4f91b07c2a4bd597a9b90b8.tar.gz freebsd-ports-gnome-090f2253af8cce72d4f91b07c2a4bd597a9b90b8.tar.zst freebsd-ports-gnome-090f2253af8cce72d4f91b07c2a4bd597a9b90b8.zip |
Set NO_LATEST_LINK to not overlap with mail/postfix, and mark
JOBS_SAFE as well.
PR: 139335
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer)
Diffstat (limited to 'mail/postfix25')
-rw-r--r-- | mail/postfix25/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 4cfbad6e3705..16007651945b 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -25,6 +25,8 @@ COMMENT= A secure alternative to widely-used Sendmail CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-46-9].* postfix-current-2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* +MAKE_JOBS_SAFE= yes +NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_PERL5_BUILD=yes USE_RC_SUBR= postfix.sh |