aboutsummaryrefslogtreecommitdiff
path: root/www/pound
diff options
context:
space:
mode:
Diffstat (limited to 'www/pound')
-rw-r--r--www/pound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pound/Makefile b/www/pound/Makefile
index e288edb96549..1ec4c048bebc 100644
--- a/www/pound/Makefile
+++ b/www/pound/Makefile
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-daemon
.endif
.if defined(WITHOUT_LOG)
-CONFIGURE_ARGS+= --without-log
+CONFIGURE_ARGS+= --disable-log
.endif
.if defined(WITH_MSDAV)