diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 11:40:06 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 11:40:06 +0100 |
commit | ea8e22e04d37d795c04bc760bbbd5bf1e93d4288 (patch) | |
tree | af76ff516f636b60a770df2e1a322e20bcd12c2d | |
parent | 5ef160782fe1c450b8d2ebf212c680ead873d777 (diff) | |
download | aports-ea8e22e04d37d795c04bc760bbbd5bf1e93d4288.tar.bz2 aports-ea8e22e04d37d795c04bc760bbbd5bf1e93d4288.tar.xz |
testing/lua-lbase64: add lua to deps
-rw-r--r-- | testing/lua-lbase64/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lua-lbase64/APKBUILD b/testing/lua-lbase64/APKBUILD index 21e480a7a4..e87ab130eb 100644 --- a/testing/lua-lbase64/APKBUILD +++ b/testing/lua-lbase64/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="A base64 library for Lua" url="http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64" arch="all" license="Public Domain" -depends= +depends=lua makedepends="lua-dev" install= subpackages= |