diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-14 22:26:37 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-14 22:26:37 +0000 |
commit | db0ebc9499d9e83a7facb9785799a902707c4cf2 (patch) | |
tree | 76861a37e75b0f30e1cfecbd48d49dc2160f6d40 /www/webalizer | |
parent | b021cc6ecb40def5db49e80731d772da2672ccc2 (diff) |
Notes
Diffstat (limited to 'www/webalizer')
-rw-r--r-- | www/webalizer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 89d2885d78bf..7fc973fcafbc 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -7,7 +7,7 @@ PORTNAME= webalizer PORTVERSION= 2.1.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES+= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/:main \ @@ -23,7 +23,7 @@ COMMENT= A web server log file analysis program LIB_DEPENDS= gd.4:${PORTSDIR}/${GD_PORT} .endif .if defined(WITH_GEOIP) -LIB_DEPENDS+= GeoIP.4:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP .endif USE_BZIP2= yes |