From a196fff1da5ecebd5b1c8bfb83e08f35edf86910 Mon Sep 17 00:00:00 2001 From: mmokhi Date: Thu, 2 Mar 2017 16:00:21 +0000 Subject: devel/lua-cjson: set USES to default lua version (5.2). Also clone a slave port as lua51-cjson. Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9810 --- devel/lua-cjson/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/lua-cjson') diff --git a/devel/lua-cjson/Makefile b/devel/lua-cjson/Makefile index ba01b0b9aa6d..5dc8451430a7 100644 --- a/devel/lua-cjson/Makefile +++ b/devel/lua-cjson/Makefile @@ -9,13 +9,13 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTNAME= lua-cjson-${PORTVERSION} MAINTAINER= osa@FreeBSD.org -COMMENT= Fast JSON parsing and encoding support for Lua +COMMENT?= Fast JSON parsing and encoding support for Lua -USES= lua:51 +USES?= lua MAKE_ARGS= LUA_VERSION=${LUA_VER} -PLIST_FILES= %%LUA_MODLIBDIR%%/cjson.so +PLIST_FILES= ${LUA_MODLIBDIR}/cjson.so post-patch: @${REINPLACE_CMD} '16,18d; \ -- cgit