diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 11:12:12 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-16 11:12:12 +0800 |
commit | 31027560ace5b9a9b9c0c4757a703afae3bbdfad (patch) | |
tree | 669bc7abbb80fa39a50452f3c373a2039b206eb3 /www/wwwstat | |
parent | 41bc649702f374678a139003991df1c370efc0c9 (diff) | |
download | freebsd-ports-gnome-31027560ace5b9a9b9c0c4757a703afae3bbdfad.tar.gz freebsd-ports-gnome-31027560ace5b9a9b9c0c4757a703afae3bbdfad.tar.zst freebsd-ports-gnome-31027560ace5b9a9b9c0c4757a703afae3bbdfad.zip |
- Works with apache 1.3, and 2.x
Reported by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> (via e-mail)
Diffstat (limited to 'www/wwwstat')
-rw-r--r-- | www/wwwstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile index d749bf739249..e4e99984b629 100644 --- a/www/wwwstat/Makefile +++ b/www/wwwstat/Makefile @@ -7,7 +7,7 @@ PORTNAME= wwwstat PORTVERSION= 2.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ftp://ftp.ics.uci.edu/pub/websoft/wwwstat/ \ ftp://ftp.gwdg.de/pub/misc/www-stat/websoft/wwwstat/ @@ -19,7 +19,7 @@ PATCHFILES= patch-2.01.txt MAINTAINER= pgollucci@FreeBSD.org COMMENT= Webserver logfile analysis package -USE_APACHE= 1.3 +USE_APACHE= 1.3+ USE_PERL5= yes MAKE_ENV+= PERL5=${PERL5} |