forked from Lainports/freebsd-ports
- Fix typo which prevent to build ssmtp MD5 auth
Reported by: bsdcrank at squbes dot com
This commit is contained in:
parent
bdaf0d1ec4
commit
9d50fa350d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue