summaryrefslogtreecommitdiffstats
path: root/main/lua-posix
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-24 09:39:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-24 09:39:00 +0000
commit51fd402b6d10049a6b3a171b076c250fba4483f4 (patch)
treef16e518583de02dd24b38735066420384f41b60d /main/lua-posix
parent73e52ef77532ebfce54826d4b51a23910bea447d (diff)
downloadaports-51fd402b6d10049a6b3a171b076c250fba4483f4.tar.bz2
aports-51fd402b6d10049a6b3a171b076c250fba4483f4.tar.xz
main/lua-posix: add bitlib to makedepends
its a runtime dep but we need add it to makedepends so it is possible to figure out the build order.
Diffstat (limited to 'main/lua-posix')
-rw-r--r--main/lua-posix/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-posix/APKBUILD b/main/lua-posix/APKBUILD
index 20bce5de7..6407473e0 100644
--- a/main/lua-posix/APKBUILD
+++ b/main/lua-posix/APKBUILD
@@ -5,13 +5,13 @@ _luaversions="5.1 5.2 5.3"
pkgname=lua-posix
_name=luaposix
pkgver=33.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="POSIX library for Lua $_luaver"
url="https://github.com/luaposix/luaposix"
arch="all"
license="MIT"
depends=""
-makedepends="perl ncurses-dev automake autoconf"
+makedepends="perl ncurses-dev automake autoconf lua-bitlib"
subpackages="$pkgname-doc lua-curses:_curses"
for _i in $_luaversions; do