diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-11-14 03:15:03 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-11-14 03:15:03 +0000 |
commit | 3c8a36012b142a4660c87d9284eb0ce5f7bc5a58 (patch) | |
tree | bb5ae18425703acfafa9b7ebb7f28ff3e2e09400 /mail/assp | |
parent | Fix build with devel/ncurses installed. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=426080
Diffstat (limited to 'mail/assp')
-rw-r--r-- | mail/assp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index d2f39a96570e..73b867b685a4 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -53,8 +53,6 @@ MYSQL_DESC= Use MySQL db to store white/red/delaylists MATCHRE_DESC= Match IP ranges and CIDR blocks in lists SENDERB_DESC= Country Code checks MIMEMOD_DESC= Multiple Attachement detection -SSL_DESC= SSL secure sockets support -IPV6_DESC= IPv6 sockets support OPTIONS_DEFAULT= EMVALID SPF SRS SEND FBACKW CLAMAV DNSBL MATCHRE SENDERB MIMEMOD SSL |