aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-10-15 07:48:02 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-10-15 07:48:02 +0000
commit8098eebae07cbb340345bed5252c885c247a84f2 (patch)
tree7bd1cbc7651427351eb7acaa644ffc572edd04cb /testing
parent034e17e2085a6db23e7449cd4f06ca9c784dbcab (diff)
downloadaports-8098eebae07cbb340345bed5252c885c247a84f2.tar.bz2
aports-8098eebae07cbb340345bed5252c885c247a84f2.tar.xz
testing/geoip: deps fix
Diffstat (limited to 'testing')
-rw-r--r--testing/geoip/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/geoip/APKBUILD b/testing/geoip/APKBUILD
index c594d8fd9a..a0cc0f8f00 100644
--- a/testing/geoip/APKBUILD
+++ b/testing/geoip/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Lookup countries by IP addresses"
url="http://www.maxmind.com/app/ip-location"
license="GPL"
depends=
-makedepends=
+makedepends="zlib-dev"
install=
subpackages="$pkgname-dev $pkgname-doc"
source="http://www.maxmind.com/download/geoip/api/c/$_realname-$pkgver.tar.gz"