aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dspam
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-07-06 08:45:13 +0800
committerpav <pav@FreeBSD.org>2004-07-06 08:45:13 +0800
commite462e81613659b39e126364fad56d9f4b9a437b3 (patch)
tree4d95cef82f8986f76560e0db8d683a02c87a1da2 /mail/dspam
parente5654f0676c18838a8970f25f8e44bf10d61d828 (diff)
downloadfreebsd-ports-gnome-e462e81613659b39e126364fad56d9f4b9a437b3.tar.gz
freebsd-ports-gnome-e462e81613659b39e126364fad56d9f4b9a437b3.tar.zst
freebsd-ports-gnome-e462e81613659b39e126364fad56d9f4b9a437b3.zip
- Fix semantics of USER_LOGGING knob
Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 7e5304992aea..0d56b97db843 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-system-logging
CONFIGURE_ARGS+= --enable-logging
.endif
-.if defined(WITH_USER_LOGGING)
+.if defined(WITHOUT_USER_LOGGING)
CONFIGURE_ARGS+= --disable-user-logging
.else
CONFIGURE_ARGS+= --enable-user-logging