aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-cqueues-pushy
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-03-28 15:46:56 +0300
committerTimo Teräs <timo.teras@iki.fi>2016-03-28 15:46:56 +0300
commitf4b0e385f99287388016269a25ed19c0661a1c08 (patch)
tree9062b3ab2933b7f99320816d9b01c36a5fb5ea1c /testing/lua-cqueues-pushy
parent1595e926ab809d221c4e92b07129be156c39b3e3 (diff)
downloadaports-f4b0e385f99287388016269a25ed19c0661a1c08.tar.bz2
aports-f4b0e385f99287388016269a25ed19c0661a1c08.tar.xz
testing/lua-cqueues-pushy: fix makedepends
Diffstat (limited to 'testing/lua-cqueues-pushy')
-rw-r--r--testing/lua-cqueues-pushy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lua-cqueues-pushy/APKBUILD b/testing/lua-cqueues-pushy/APKBUILD
index 4624f1d0c1..753cc083ea 100644
--- a/testing/lua-cqueues-pushy/APKBUILD
+++ b/testing/lua-cqueues-pushy/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="GPLv2"
install=""
depends=""
-makedepends=""
+makedepends="linux-headers"
subpackages=""
for _i in $_luaversions; do
makedepends="$makedepends lua$_i-dev"