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:
parent
6407fb9493
commit
0b66929317
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298716
1 changed files with 4 additions and 1 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue