diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-24 09:39:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-24 09:39:00 +0000 |
commit | 51fd402b6d10049a6b3a171b076c250fba4483f4 (patch) | |
tree | f16e518583de02dd24b38735066420384f41b60d /main | |
parent | 73e52ef77532ebfce54826d4b51a23910bea447d (diff) | |
download | aports-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')
-rw-r--r-- | main/lua-posix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-posix/APKBUILD b/main/lua-posix/APKBUILD index 20bce5de7d..6407473e02 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 |