aboutsummaryrefslogtreecommitdiff
path: root/lang/luarocks/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-01-21 18:58:23 -0800
committerRosen Penev <rosenp@gmail.com>2020-01-22 17:04:50 -0800
commit1c3d395008c657311147e525c6e4e645f9c6ae51 (patch)
tree7d3950d83a7526fc6f587e631e87260315206b98 /lang/luarocks/Makefile
parent3eda24351e85709e610550d1cf8a95c2858f40d2 (diff)
luarocks: remove zip/host dependency
This should be satisfied by tools/host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang/luarocks/Makefile')
-rw-r--r--lang/luarocks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/luarocks/Makefile b/lang/luarocks/Makefile
index 25db0325f..5ddc4328a 100644
--- a/lang/luarocks/Makefile
+++ b/lang/luarocks/Makefile
@@ -22,7 +22,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
-PKG_BUILD_DEPENDS:=lua/host zip/host
+PKG_BUILD_DEPENDS:=lua/host
HOST_BUILD_DEPENDS:=$(PKG_BUILD_DEPENDS)
HOST_BUILD_PARALLEL:=1