aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2015-04-25 09:27:12 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2015-04-25 09:27:12 +0000
commite32455970bc410986edd30c6a724349bea804f13 (patch)
tree793af447989b10038ad78711e3be3b1c6c635f0d /mail
parent1e035b04c0b8293059053d0a6f36790e440e38b0 (diff)
downloadports-e32455970bc410986edd30c6a724349bea804f13.tar.gz
ports-e32455970bc410986edd30c6a724349bea804f13.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/Makefile1
-rw-r--r--mail/sendmail/files/site.config.m4.tls2
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 0d4725276dd2..8eb4b0a680fd 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sendmail
PORTVERSION= 8.15.1
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2}
diff --git a/mail/sendmail/files/site.config.m4.tls b/mail/sendmail/files/site.config.m4.tls
index ce46df9dc9fd..794b7de02db3 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')
+APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC')
APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto')