aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/dspam-devel/Makefile2
-rw-r--r--mail/dspam/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile
index 7e5304992aea..0d56b97db843 100644
--- a/mail/dspam-devel/Makefile
+++ b/mail/dspam-devel/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
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