aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-04-05 23:09:54 +0800
committerclement <clement@FreeBSD.org>2005-04-05 23:09:54 +0800
commit4186b6c78c8bfcc3183403d73ad14605b02225f2 (patch)
tree8d8c497eb1d1ed615665d78f9a37d31e866d197a /mail
parenta87923d10ad7d89a45d57ea1041c9f53f1303246 (diff)
downloadfreebsd-ports-gnome-4186b6c78c8bfcc3183403d73ad14605b02225f2.tar.gz
freebsd-ports-gnome-4186b6c78c8bfcc3183403d73ad14605b02225f2.tar.zst
freebsd-ports-gnome-4186b6c78c8bfcc3183403d73ad14605b02225f2.zip
- 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)