pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/lua-rocks lua-rocks: Requires unzip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31f5219e1f4e
branches:  trunk
changeset: 314383:31f5219e1f4e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Oct 26 12:06:13 2018 +0000

description:
lua-rocks: Requires unzip.

diffstat:

 devel/lua-rocks/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fa0eec62edc8 -r 31f5219e1f4e devel/lua-rocks/Makefile
--- a/devel/lua-rocks/Makefile  Fri Oct 26 12:03:49 2018 +0000
+++ b/devel/lua-rocks/Makefile  Fri Oct 26 12:06:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/07/17 22:18:06 alnsn Exp $
+# $NetBSD: Makefile,v 1.8 2018/10/26 12:06:13 jperkin Exp $
 
 DISTNAME=      luarocks-2.4.4
 PKGNAME=       ${DISTNAME:S/luarocks/${LUA_PKGPREFIX}-rocks/}
@@ -12,6 +12,7 @@
 
 USE_TOOLS+=    curl:run    # downloader (curl or wget)
 USE_TOOLS+=    openssl:run # md5-checker (openssl or md5sum)
+USE_TOOLS+=    unzip
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index