pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-rocks



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 26 12:06:13 UTC 2018

Modified Files:
        pkgsrc/devel/lua-rocks: Makefile

Log Message:
lua-rocks: Requires unzip.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/lua-rocks/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lua-rocks/Makefile
diff -u pkgsrc/devel/lua-rocks/Makefile:1.7 pkgsrc/devel/lua-rocks/Makefile:1.8
--- pkgsrc/devel/lua-rocks/Makefile:1.7 Tue Jul 17 22:18:06 2018
+++ pkgsrc/devel/lua-rocks/Makefile     Fri Oct 26 12:06:13 2018
@@ -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 @@ LICENSE=      mit
 
 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