summaryrefslogtreecommitdiff
path: root/mail/exim-devel
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-06-11 07:53:55 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-06-11 07:53:55 +0000
commitdb0afe2b509cf88f17e218f93abd9bb5d6be0580 (patch)
treea790ebef0f437f10572a6d23a105fcda233bccdb /mail/exim-devel
parentFinally remove the bastardized local copy of EDITME (called (diff)
Don't link against libssl and libcrypto when TLS support is disabled.
Notes
Notes: svn path=/head/; revision=43825
Diffstat (limited to 'mail/exim-devel')
-rw-r--r--mail/exim-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index a59a12392b31..c0947491b246 100644
--- a/mail/exim-devel/Makefile
+++ b/mail/exim-devel/Makefile
@@ -71,6 +71,8 @@ SEDLIST+= -e 's,^EXIM_MONITOR,\#EXIM_MONITOR,'
.if !defined(WITHOUT_TLS)
SEDLIST+= -e 's,^\# SUPPORT_TLS=,SUPPORT_TLS=,'
+.else
+SEDLIST+= -e 's,^TLS_LIBS,\#TLS_LIBS,'
.endif
.if !defined(WITHOUT_PERL)