diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2014-05-08 01:47:58 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2014-05-08 01:47:58 +0000 |
commit | db004d35dd29faae01967d576b6da346f1711a24 (patch) | |
tree | dddc7fe2e81dc20753ff9c7a2ba9ffef106c53e8 /mail/postfix27/Makefile | |
parent | - Add a child Postfix port with TLS enabled by default (diff) |
- Update CONFLICTS
Approved by: portmgr (bdrewery)
Diffstat (limited to '')
-rw-r--r-- | mail/postfix27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index ba8347a953c6..74d5e6922f96 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -29,7 +29,7 @@ VDAVERSION= 2.7.13 CONFLICTS= courier-0.* postfix-1.* postfix2[89]-* postfix21?-* \ postfix-2.* postfix-base-2.* postfix-current-2.* \ postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \ - smail-3.* zmailer-2.* opensmtpd-[0-9]* + smail-3.* zmailer-2.* opensmtpd-[0-9]* postfix-tls-* USERS= postfix GROUPS= mail maildrop postfix |