diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-05-17 10:33:35 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-05-17 10:33:35 +0000 |
commit | 221d248c1d46cae34fff0504268dbe1572867286 (patch) | |
tree | 0ec5e12e9a4cff88546b1adc7ed882e4b776590e /mail/ssmtp | |
parent | 11ac7085ce0fb07a18fc6cd877b2a4279ce70f7a (diff) |
Notes
Diffstat (limited to 'mail/ssmtp')
-rw-r--r-- | mail/ssmtp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile index 5b5adab08594..094221311766 100644 --- a/mail/ssmtp/Makefile +++ b/mail/ssmtp/Makefile @@ -30,6 +30,10 @@ TRUE= /usr/bin/true MAN8= ssmtp.8 +.if defined(WITH_LOGFILE) +CONFIGURE_ARGS+= --enable-logfile +.endif + .if !defined(WITHOUT_USERPREFS) CFLAGS+= -DUSERPREFS pre-everything:: |