diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-23 09:32:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-23 09:32:57 +0000 |
commit | 2deb3be888acf344c56600ad8185b01e0467bfef (patch) | |
tree | 59d8e45ab7bf33c5feba8f39d891f5f125b3635d /mail/postfix-current/scripts/configure.postfix | |
parent | Chase libraries for new audio/speex version. (diff) |
Update to 20040721 release.
PR: ports/69438
Submitted by: maintainer
Diffstat (limited to 'mail/postfix-current/scripts/configure.postfix')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 113824707296..5989f585cf0e 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -24,8 +24,8 @@ SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \ SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \ SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \ TLS "SSL and TLS (BROKEN)" "$status_TLS" \ -IPv6 "IPv6 support" "$status_IPv6" \ -IPv6TLS "IPv6 support with SSL and TLS" "$status_IPv6TLS" \ +IPv6 "IPv6 support (BROKEN)" "$status_IPv6" \ +IPv6TLS "IPv6 support with SSL and TLS (BROKEN)" "$status_IPv6TLS" \ DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \ DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \ |