summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-03-08 12:20:58 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2010-03-08 12:20:58 +0000
commit5a6cfab845855f276766fc5cb2fc21b9a077b101 (patch)
treeba80937b3f70fd8e114e4a7e70b1688c9ab67eed /mail
parentUpgrade to 1.17. (diff)
- Set NO_LATEST_LINK to prevent overlap with mail/postfix
- Remove some whitespace to pacify portlint PR: 144542 Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer)
Notes
Notes: svn path=/head/; revision=250693
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix26/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index 9277c93611aa..725557226a53 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -26,6 +26,7 @@ VDAVERSION= 2.6.5
CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-57-9].* postfix-current-2.* \
sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
+NO_LATEST_LINK= yes
USE_SUBMAKE= yes
USE_PERL5_BUILD=yes
USE_RC_SUBR= postfix.sh
@@ -132,7 +133,7 @@ _REQUIRE+= dovecot
.if defined(WITH_SASLKRB)
.if defined(WITH_SASLKRB5) || defined(WITH_SASLKMIT)
-BROKEN= Select only one SASL Kerberos option
+BROKEN= Select only one SASL Kerberos option
.endif
POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err
.endif