diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-12-09 09:40:09 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 07:50:10 +0700 |
commit | 8787174f71bdb979a8d52eed4704425e31176f43 (patch) | |
tree | d6143d457f864367de45a345299c35af9e03d8ad | |
parent | aa5d10e6dbf4c45389e6cce7e8b82cc260709b35 (diff) |
games/ezquake: Add missing dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/ezquake/ezquake.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ezquake/ezquake.info b/games/ezquake/ezquake.info index 6c558ff28947..9c551bdae952 100644 --- a/games/ezquake/ezquake.info +++ b/games/ezquake/ezquake.info @@ -7,6 +7,6 @@ MD5SUM="5db942adf41808526ef9d66b928910bd \ 18a642c80d60bc01c04b8cb86c94bc5f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="libminizip" MAINTAINER="M.Dinslage" EMAIL="matthewdinslage@gmail.com" |