diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2012-06-08 01:13:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2012-06-08 01:13:51 +0000 |
commit | 0b6692931710418ea7b5af5e278fe7396768af68 (patch) | |
tree | 3ed73f2e97302e6980e3721ab86c9ec89642917f /www | |
parent | 6407fb9493186b1384f559e08cfa4d1e631b6c95 (diff) | |
download | ports-0b6692931710418ea7b5af5e278fe7396768af68.tar.gz ports-0b6692931710418ea7b5af5e278fe7396768af68.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/webalizer/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index cdc9c40aefe3..f2d325b2f0cc 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -7,7 +7,7 @@ PORTNAME= webalizer PORTVERSION= 2.23.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \ MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/geodb/:geodb \ @@ -49,6 +49,9 @@ 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="" |