diff options
author | sahil <sahil@FreeBSD.org> | 2011-01-25 07:59:22 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-01-25 07:59:22 +0800 |
commit | 5d66eb7229e9a4083b6879cb2822c482cf35ff69 (patch) | |
tree | 1b27cc44217152c984c59942d46e5ca008dd5156 /mail | |
parent | 562958ac5c119d26ec6d21434717bd949d6474b3 (diff) | |
download | freebsd-ports-gnome-5d66eb7229e9a4083b6879cb2822c482cf35ff69.tar.gz freebsd-ports-gnome-5d66eb7229e9a4083b6879cb2822c482cf35ff69.tar.zst freebsd-ports-gnome-5d66eb7229e9a4083b6879cb2822c482cf35ff69.zip |
Set NO_LATEST_LINK to prevent overlap with mail/postfix
and update CONFLICTS for cases in which postfix-base or
postfix-current-base packages are already installed.
Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix27/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 85462df57726..c3a8fd675b6f 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -21,9 +21,11 @@ MAINTAINER= sahil@FreeBSD.org COMMENT= A secure alternative to widely-used Sendmail VDAVERSION= 2.7.0 -CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-68-9].* postfix-current-2.* \ - sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* +CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-689].* postfix-base-2.[0-689].* \ + postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ + sendmail+*-8.* smail-3.* zmailer-2.* +NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_PERL5_BUILD=yes SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" |