diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-07-22 15:15:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-07-22 15:15:01 +0800 |
commit | 3f5e25ef795ebb9ac48a70131ce26092d3f3c710 (patch) | |
tree | 39b22b01a273e348acf31bda15266229b0ffdf89 /www | |
parent | 9cd9da645a88db309d05c878061f26c72ddb0f09 (diff) | |
download | freebsd-ports-gnome-3f5e25ef795ebb9ac48a70131ce26092d3f3c710.tar.gz freebsd-ports-gnome-3f5e25ef795ebb9ac48a70131ce26092d3f3c710.tar.zst freebsd-ports-gnome-3f5e25ef795ebb9ac48a70131ce26092d3f3c710.zip |
- support bzip2 compressed logfiles
Submitted by: ache (Andrey Chernov)
Diffstat (limited to 'www')
-rw-r--r-- | www/webalizer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 4a482c388ca6..4d38ac551a9f 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -79,6 +79,7 @@ CFLAGS+= -DUSE_DB185 .endif CONFIGURE_ARGS+= --enable-dns \ + --enable-bz2 \ --with-geodb=${PREFIX}/share/webalizer \ --sysconfdir=${PREFIX}/etc \ --with-gdlib=${LOCALBASE}/lib \ |