diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 20:33:42 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 20:33:42 +0000 |
commit | e85b4e9ec001bd6a30ed3812b65e99c475e56365 (patch) | |
tree | 2f85792bb65c00a47d1636c19b8275e6dacedfa6 | |
parent | d4139e268c9561e473d2393d84d2ccfbf3db8306 (diff) | |
download | aports-e85b4e9ec001bd6a30ed3812b65e99c475e56365.tar.bz2 aports-e85b4e9ec001bd6a30ed3812b65e99c475e56365.tar.xz |
main/lua-posix: add autotools
-rw-r--r-- | main/lua-posix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-posix/APKBUILD b/main/lua-posix/APKBUILD index 270bf64da0..7443ba4bbb 100644 --- a/main/lua-posix/APKBUILD +++ b/main/lua-posix/APKBUILD @@ -11,7 +11,7 @@ url="https://github.com/luaposix/luaposix" arch="all" license="MIT" depends="lua5.1-posix" -makedepends="perl ncurses-dev" +makedepends="perl ncurses-dev automake autoconf" subpackages="$pkgname-doc" for _i in $_luaversions; do |