mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
- Fix GeoIP support (use legacy)
Reported by: adamw
This commit is contained in:
parent
eee3c9c060
commit
f276ca02b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437169
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= goaccess
|
PORTNAME= goaccess
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://tar.goaccess.io/
|
MASTER_SITES= http://tar.goaccess.io/
|
||||||
|
|
||||||
|
@ -30,7 +31,7 @@ OPTIONS_RADIO_TOKYOCABINET= TOKYOCABINET_BTREE TOKYOCABINET_MHASH
|
||||||
DEBUG_CONFIGURE_ON= --enable-debug
|
DEBUG_CONFIGURE_ON= --enable-debug
|
||||||
UTF8_CONFIGURE_ON= --enable-utf8
|
UTF8_CONFIGURE_ON= --enable-utf8
|
||||||
|
|
||||||
GEOIP_CONFIGURE_ON= --enable-geoip
|
GEOIP_CONFIGURE_ON= --enable-geoip=legacy
|
||||||
GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
|
GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
|
||||||
|
|
||||||
TOKYOCABINET_DESC= Tokyo Cabinet support
|
TOKYOCABINET_DESC= Tokyo Cabinet support
|
||||||
|
|
Loading…
Add table
Reference in a new issue