diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-03-08 12:20:58 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-03-08 12:20:58 +0000 |
commit | 5a6cfab845855f276766fc5cb2fc21b9a077b101 (patch) | |
tree | ba80937b3f70fd8e114e4a7e70b1688c9ab67eed /mail/postfix26 | |
parent | 957ec8d0bf217879a289390e429b43ee1f680fee (diff) |
Notes
Diffstat (limited to 'mail/postfix26')
-rw-r--r-- | mail/postfix26/Makefile | 3 |
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 |