diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-13 11:51:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-13 11:51:31 +0000 |
commit | fc59bf5283bec7d39d2ec0192f7112a1a1af8793 (patch) | |
tree | 7efe3da2b9a9188a34272d099287f9c5c034c51e /mail/sendmail | |
parent | - Change all USE_OPENSSL_* to WITH_OPENSSL_* (diff) |
- use WITH_OPENSSL_BASE
Notes
Notes:
svn path=/head/; revision=78879
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 335dbed9ae73..dab06175aa73 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -62,7 +62,7 @@ SITE+= ${FILESDIR}/site.config.m4.ipv6 .endif .endif .if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -.if ! defined(USE_OPENSSL_BASE) +.if ! defined(WITH_OPENSSL_BASE) SITE+= ${FILESDIR}/site.config.m4.ssl .else .if ! exists(${DESTDIR}/etc/mail/mailer.conf) |