diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 03:12:12 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 03:12:12 +0000 |
commit | 5d4aad3bf9c7c7e66fcc591477d14a83e26b92c8 (patch) | |
tree | 244cd56bfda95505ac98fbaced239537043f0542 /www/wwwstat | |
parent | 691fc812f69daaa0a5b0baad44f3591521b18f3b (diff) | |
download | ports-5d4aad3bf9c7c7e66fcc591477d14a83e26b92c8.tar.gz ports-5d4aad3bf9c7c7e66fcc591477d14a83e26b92c8.zip |
Notes
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} |