diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-29 12:24:26 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-29 12:24:26 +0000 |
commit | 405d5ec2bda440a947552fc52d88776523d8eef1 (patch) | |
tree | 5f3b66a9729c094c8ed3af90795ab26676e85fd9 /main/lua-stringy | |
parent | 97616d7c21376e9f7f2a45f0d0e65a7c5d96fd4f (diff) | |
download | aports-405d5ec2bda440a947552fc52d88776523d8eef1.tar.bz2 aports-405d5ec2bda440a947552fc52d88776523d8eef1.tar.xz |
main/lua-stringy: fix build, lua needed explicitly in makedepends
Diffstat (limited to 'main/lua-stringy')
-rw-r--r-- | main/lua-stringy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-stringy/APKBUILD b/main/lua-stringy/APKBUILD index 3b268594d3..a38718f8c7 100644 --- a/main/lua-stringy/APKBUILD +++ b/main/lua-stringy/APKBUILD @@ -8,7 +8,7 @@ url="http://hackmap.blogspot.com" arch="all" license="MIT" depends="" -makedepends="lua-dev" +makedepends="lua lua-dev" install="" subpackages="" source="http://bpbio.googlecode.com/files/stringy-$pkgver.tar.gz |