aboutsummaryrefslogtreecommitdiffstats
path: root/main/pingu
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-15 12:26:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-15 12:26:09 +0000
commit9c0f229cc52f512c575e9160e73207ff0776805d (patch)
treef0d87e37a91307c58fdc0361d2fa94ea4ac8c895 /main/pingu
parent8bd3caef16684d28c1b47d5bb45f743ee817ba30 (diff)
downloadaports-9c0f229cc52f512c575e9160e73207ff0776805d.tar.bz2
aports-9c0f229cc52f512c575e9160e73207ff0776805d.tar.xz
main/pingu: build fix. needs lua-dev
Diffstat (limited to 'main/pingu')
-rw-r--r--main/pingu/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pingu/APKBUILD b/main/pingu/APKBUILD
index a470d9b942..0245351d93 100644
--- a/main/pingu/APKBUILD
+++ b/main/pingu/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Small daemon that pings hosts and executes a script when status change"
url="http://git.alpinelinux.org/cgit/pingu"
arch="all"
license="GPL"
-makedepends="libev-dev"
+makedepends="libev-dev lua-dev"
depends=
subpackages="$pkgname-doc lua-pingu:_lua mtu"
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2