diff options
author | anders <anders@FreeBSD.org> | 2007-06-15 05:43:54 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2007-06-15 05:43:54 +0800 |
commit | 4a1e0957129ccef2b740f9ad0192017a0e0a1f4e (patch) | |
tree | e1aaec6a097905c074e843c0426f59f7db6b120f /www/pound | |
parent | 6b73d03d977214d1a169bcf0577f6030ae3e55d0 (diff) | |
download | freebsd-ports-gnome-4a1e0957129ccef2b740f9ad0192017a0e0a1f4e.tar.gz freebsd-ports-gnome-4a1e0957129ccef2b740f9ad0192017a0e0a1f4e.tar.zst freebsd-ports-gnome-4a1e0957129ccef2b740f9ad0192017a0e0a1f4e.zip |
Make disabling syslog support actually work.
PR: ports/111538
Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de>
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) |