geoip: add missing bdep geoip-data.

This way `xbps-src show-build-deps` reports all build
dependencies... otherwise the `libgeoip` runtime dependency
is missed. Catched by the bulk build.
This commit is contained in:
Juan RP 2020-04-08 12:59:39 +02:00
parent 1204626ea4
commit eaf78ceb52
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -6,7 +6,7 @@ wrksrc="GeoIP-${version}"
build_style=gnu-configure
configure_args="--mandir=/usr/share/man --sysconfdir=/etc/geoip"
hostmakedepends="automake libtool"
makedepends="zlib-devel"
makedepends="zlib-devel geoip-data"
short_desc="Non-DNS IP-to-country resolver C library and utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://www.maxmind.com/app/c"