diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-03-08 20:20:58 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-03-08 20:20:58 +0800 |
commit | f6f4d87f52c87698c3bedcf7d1fb2c9df5a6e0cf (patch) | |
tree | 8549a33d749514c444d9f7370b9338334eb56197 /mail/postfix26 | |
parent | 72715cfbedfd606d6120bda8bcda65f27f12e8a3 (diff) | |
download | freebsd-ports-gnome-f6f4d87f52c87698c3bedcf7d1fb2c9df5a6e0cf.tar.gz freebsd-ports-gnome-f6f4d87f52c87698c3bedcf7d1fb2c9df5a6e0cf.tar.zst freebsd-ports-gnome-f6f4d87f52c87698c3bedcf7d1fb2c9df5a6e0cf.zip |
- 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)
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 |