aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2007-06-14 21:43:54 +0000
committerAnders Nordby <anders@FreeBSD.org>2007-06-14 21:43:54 +0000
commit0444bf6745a8b1314f278af12962e0bb7fd4568f (patch)
tree108de3cc90796c034a9062b2063145018f369ce6
parentaecf366d35831af315422c1932c165e54c4381e7 (diff)
downloadports-0444bf6745a8b1314f278af12962e0bb7fd4568f.tar.gz
ports-0444bf6745a8b1314f278af12962e0bb7fd4568f.zip
Make disabling syslog support actually work.
PR: ports/111538 Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de>
Notes
Notes: svn path=/head/; revision=193524
-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)