diff options
author | danfe <danfe@FreeBSD.org> | 2016-11-14 11:15:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-11-14 11:15:03 +0800 |
commit | 001ad2e978cd474ba9737cc387ad33971244dad1 (patch) | |
tree | bb5ae18425703acfafa9b7ebb7f28ff3e2e09400 /mail/imap-uw | |
parent | 1433e96df45e8657fe8389b5527cd2f15c04a379 (diff) | |
download | freebsd-ports-gnome-001ad2e978cd474ba9737cc387ad33971244dad1.tar.gz freebsd-ports-gnome-001ad2e978cd474ba9737cc387ad33971244dad1.tar.zst freebsd-ports-gnome-001ad2e978cd474ba9737cc387ad33971244dad1.zip |
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 51e2e22d1e07..96a2141f89f8 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -36,7 +36,7 @@ ALL_TARGET= bsf OPTIONS_DEFINE= SSL SSL_AND_PLAINTEXT DRAC NETSCAPE_BRAIN_DAMAGE DOCS OPTIONS_DEFAULT= SSL OPTIONS_SUB= yes -SSL_DESC= Compile with SSL support + SSL_AND_PLAINTEXT_DESC= Allow plain text passwords and SSL DRAC_DESC= Dynamically open MTA for relaying NETSCAPE_BRAIN_DAMAGE_DESC= See Makefile for documentation |