summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-04-05 15:09:54 +0000
committerClement Laforet <clement@FreeBSD.org>2005-04-05 15:09:54 +0000
commit9d50fa350d35b4ef4b9982cc1373ddc3ac6772db (patch)
treefc8ef96f2596b1648949b5310a1ea89edb2742ef /mail
parentUpdate to 0.91.0 release. (diff)
- Fix typo which prevent to build ssmtp MD5 auth
Reported by: bsdcrank at squbes dot com
Diffstat (limited to 'mail')
-rw-r--r--mail/ssmtp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile
index b3b6aa7ec3e0..5b5684489ef9 100644
--- a/mail/ssmtp/Makefile
+++ b/mail/ssmtp/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --enable-logfile
.endif
.if defined(WITH_MD5AUTH)
-CONFIGURE_ARGS+= --enable-md5suth
+CONFIGURE_ARGS+= --enable-md5auth
.endif
.if !defined(WITHOUT_IPV6)