mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- unbreak port by fixing GeoIP dependency
(dat file no longer sipped with GeoIP) PR: 193546 Submitted by: ohauer Approved by: allanjude
This commit is contained in:
parent
d3f5b07a70
commit
596d0742c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367903
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ OPTIONS_DEFINE= DOCS GEOIP URCU
|
|||
OPTIONS_DEFAULT= GEOIP
|
||||
|
||||
GEOIP_DESC= Enable GeoIP Support
|
||||
GEOIP_RUN_DEPENDS= ${LOCALBASE}/share/GeoIP/GeoIP.dat:${PORTSDIR}/net/GeoIP
|
||||
GEOIP_RUN_DEPENDS= GeoIP>=0:${PORTSDIR}/net/GeoIP
|
||||
|
||||
URCU_DESC= Read-Copy-Update Support (Faster Zone Parsing)
|
||||
URCU_CONFIGURE_WITH= urcu
|
||||
|
|
Loading…
Add table
Reference in a new issue