diff options
author | Anders Nordby <anders@FreeBSD.org> | 2007-06-14 21:43:54 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2007-06-14 21:43:54 +0000 |
commit | 0444bf6745a8b1314f278af12962e0bb7fd4568f (patch) | |
tree | 108de3cc90796c034a9062b2063145018f369ce6 /www/pound | |
parent | aecf366d35831af315422c1932c165e54c4381e7 (diff) |
Notes
Diffstat (limited to 'www/pound')
-rw-r--r-- | www/pound/Makefile | 2 |
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) |