aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sendmail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-01-07 18:31:24 +0800
committerdinoex <dinoex@FreeBSD.org>2006-01-07 18:31:24 +0800
commitcf9104c056b7bfb2c9cf7e8081e7f4c06a3a4b9f (patch)
tree5ca38915f55d3f99d7b12106b74bf64ca1f621b3 /mail/sendmail
parent2781b5c092878afc7f955917a4466da76968d215 (diff)
downloadfreebsd-ports-gnome-cf9104c056b7bfb2c9cf7e8081e7f4c06a3a4b9f.tar.gz
freebsd-ports-gnome-cf9104c056b7bfb2c9cf7e8081e7f4c06a3a4b9f.tar.zst
freebsd-ports-gnome-cf9104c056b7bfb2c9cf7e8081e7f4c06a3a4b9f.zip
- remove some obsolte defines
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile5
-rw-r--r--mail/sendmail/files/site.config.m4.tls1
2 files changed, 0 insertions, 6 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 631b12e677e8..cc29b34d9857 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -302,11 +302,6 @@ do-configure:
>> ${WCONF}/site.config.m4
.endfor
.endif
-.if defined(SENDMAIL_WITH_SMTPS)
- ${ECHO_CMD} \
- 'APPENDDEF(`conf_sendmail_ENVDEF'\'', `-D_FFR_SMTP_SSL'\'')' \
- >> ${WCONF}/site.config.m4
-.endif
.if defined(SENDMAIL_WITH_SOCKETMAP)
${ECHO_CMD} \
'APPENDDEF(`conf_sendmail_ENVDEF'\'', `-DSOCKETMAP'\'')' \
diff --git a/mail/sendmail/files/site.config.m4.tls b/mail/sendmail/files/site.config.m4.tls
index 16e2e2b2301a..e310d3fc3601 100644
--- a/mail/sendmail/files/site.config.m4.tls
+++ b/mail/sendmail/files/site.config.m4.tls
@@ -1,4 +1,3 @@
APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS')
APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_1')
-APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_SSL')
APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto')