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:
parent
1204626ea4
commit
eaf78ceb52
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue