diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-08 16:47:56 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-08 16:47:56 +0800 |
commit | f12cd391073a6cc3fc4acb3482621a8e91a7e625 (patch) | |
tree | 611d336f69a8e9ee3149e81a84f1da371c13b153 /www | |
parent | 9900d75cb97002a79c44015b3d2b49632332d4e4 (diff) | |
download | freebsd-ports-gnome-f12cd391073a6cc3fc4acb3482621a8e91a7e625.tar.gz freebsd-ports-gnome-f12cd391073a6cc3fc4acb3482621a8e91a7e625.tar.zst freebsd-ports-gnome-f12cd391073a6cc3fc4acb3482621a8e91a7e625.zip |
- revert last commit.
Code had no effect. If it has effect it would breal all existing dns caches
PR: 164127
Diffstat (limited to 'www')
-rw-r--r-- | www/webalizer/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index f2d325b2f0cc..fcf1df9174a1 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -7,7 +7,7 @@ PORTNAME= webalizer PORTVERSION= 2.23.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \ MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/geodb/:geodb \ @@ -49,9 +49,6 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/${GD_PORT} .if defined(WITH_GEOIP) LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP .endif -.if defined(WITH_GEODB) -USE_BDB= yes -.endif .if defined(WITH_GEODB) PLIST_SUB+= WITH_GEODB="" |