- Fix GeoIP support (use legacy)

Reported by:	adamw
This commit is contained in:
Sofian Brabez 2017-03-28 21:43:35 +00:00
parent eee3c9c060
commit f276ca02b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437169

View file

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