diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-13 15:37:33 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-13 15:37:33 +0000 |
commit | 7b540827c88572c5c64d8309715c12b9943d8a96 (patch) | |
tree | 9a751c72065e5594e2a48970d5ef9711f79328c0 /main/lua-stdlib/APKBUILD | |
parent | fe2cd4c32887df0ae67852053e41811cb9211b2b (diff) | |
download | aports-7b540827c88572c5c64d8309715c12b9943d8a96.tar.bz2 aports-7b540827c88572c5c64d8309715c12b9943d8a96.tar.xz |
main/lua-stdlib: add lua to makedepends
Diffstat (limited to 'main/lua-stdlib/APKBUILD')
-rw-r--r-- | main/lua-stdlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-stdlib/APKBUILD b/main/lua-stdlib/APKBUILD index 7198b89640..709208852e 100644 --- a/main/lua-stdlib/APKBUILD +++ b/main/lua-stdlib/APKBUILD @@ -7,7 +7,7 @@ url="http://luaforge.net/projects/stdlib/" arch="noarch" license="MIT/X" depends= -makedepends="lua-dev" +makedepends="lua lua-dev" install= subpackages="$pkgname-doc" source="https://github.com/downloads/rrthomas/lua-stdlib/stdlib-$pkgver.zip" |