diff options
author | shaun <shaun@FreeBSD.org> | 2006-08-15 06:26:37 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-08-15 06:26:37 +0800 |
commit | c43de27d1c588bf32b7c709396494cee104e252a (patch) | |
tree | 368aa5e256eb0523a2dd43846682c41e6dfa5abf /www/webalizer | |
parent | 07a3903cc3d082b7c4abff6ef5ca58cacf246ddf (diff) | |
download | freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.tar.gz freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.tar.zst freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.zip |
Chase GeoIP shared library version bump.
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 |