summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-17 12:32:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-17 12:32:53 +0000
commitb4d9b874f298039eabc2d7922e629a7b4114b820 (patch)
tree158609049db75c1bf510a62669f991c051318fb4 /testing
parent91b4e71e779ad2fb135e831241ba9562d195f090 (diff)
downloadaports-b4d9b874f298039eabc2d7922e629a7b4114b820.tar.bz2
aports-b4d9b874f298039eabc2d7922e629a7b4114b820.tar.xz
testing/lua-curl: build fix
added pkgconfig to makedepends
Diffstat (limited to 'testing')
-rw-r--r--testing/lua-curl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lua-curl/APKBUILD b/testing/lua-curl/APKBUILD
index 849b651c..4440e836 100644
--- a/testing/lua-curl/APKBUILD
+++ b/testing/lua-curl/APKBUILD
@@ -6,7 +6,7 @@ pkgdesc="Lua bindings to cURL library"
url="http://lua-curl.luaforge.net/"
license="MIT/X11"
depends=
-makedepends="lua-dev curl-dev"
+makedepends="lua-dev curl-dev pkgconfig"
install=
subpackages=""
source="http://luaforge.net/frs/download.php/2634/lua-curl-0.2.tar.gz"