diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-01-27 11:09:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-01-27 11:09:22 +0000 |
commit | 38ae4ee888346a95f1852201f8aa813aa9170a1f (patch) | |
tree | a2783c864aa7f46201192c25139c7c33be208179 /mail/sendmail | |
parent | b9644c814acaab69331ffc1b0587e9e84b8a698b (diff) | |
download | ports-38ae4ee888346a95f1852201f8aa813aa9170a1f.tar.gz ports-38ae4ee888346a95f1852201f8aa813aa9170a1f.zip |
Notes
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 5dc65c9c5a0e..463e55daaf55 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -2,7 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.15.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2} @@ -49,7 +49,7 @@ OPTIONS_DEFINE?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD LDAP BDB \ GDBM SOCKETMAP CYRUSLOOKUP BLACKLISTD SMTPUTF8 \ PICKY_HELO_CHECK MILTER DOCS OPTIONS_DEFAULT?= SHMEM SEM LA NIS TLS SASL SASLAUTHD BDB1 \ - BLACKLISTD SMTPUTF8 PICKY_HELO_CHECK MILTER + BLACKLISTD PICKY_HELO_CHECK MILTER OPTIONS_EXCLUDE_FreeBSD_10= BLACKLISTD NO_OPTIONS_SORT=yes SHMEM_DESC= System V shared memory support |