The GeoDB is Berkeley DB-based, and requires bdb support at runtime.

PORTREVISION bumped to bring in the extra dependency.

PR:			ports/164127
This commit is contained in:
Adam Weinberger 2012-06-08 01:13:51 +00:00
parent 6407fb9493
commit 0b66929317
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298716

View file

@ -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=""