aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-06 00:45:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-06 00:45:13 +0000
commit2f364fb20e2f153c717fbf50e6df5272b4a1f2bf (patch)
treefbf07d0dd3f77d2c29aebc91040ef03935dbe091 /mail
parentf5bd0a8ef206361be83cfcb81066669f95aeb3c8 (diff)
downloadports-2f364fb20e2f153c717fbf50e6df5272b4a1f2bf.tar.gz
ports-2f364fb20e2f153c717fbf50e6df5272b4a1f2bf.zip
- Fix semantics of USER_LOGGING knob
Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
Notes
Notes: svn path=/head/; revision=113016
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