diff options
Diffstat (limited to 'www/pound/Makefile')
-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) |