summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-10-04 19:50:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-10-04 19:50:47 +0000
commit7ecf0966e1d625f2405acb447403176a14014ff4 (patch)
treea1b643444b8f930bf73aada3fc90c59595753f24 /mail/sendmail
parent54cd28389bbfa55a05568eb477ba9219d80d887d (diff)
downloadfreebsd-ports-7ecf0966e1d625f2405acb447403176a14014ff4.zip
- compile with DANE support
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile2
-rw-r--r--mail/sendmail/files/site.config.m4.tls2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 5a43663efe3f..7e8067dd0405 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sendmail
PORTVERSION= 8.16.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
DISTNAME= ${PORTNAME}.${PORTVERSION}
diff --git a/mail/sendmail/files/site.config.m4.tls b/mail/sendmail/files/site.config.m4.tls
index ec8a57bdbee1..92998b979f47 100644
--- a/mail/sendmail/files/site.config.m4.tls
+++ b/mail/sendmail/files/site.config.m4.tls
@@ -1,2 +1,2 @@
-APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -DTLS_EC')
+APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -DTLS_EC -DDANE')
APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto')