devel/lua-cjson: Revert ?= for USES and COMMENT

as they're required for the slave ports.

PR:		239989
Reported by:	sunpoet
This commit is contained in:
Koichiro Iwao 2019-09-30 04:47:52 +00:00
parent bce6642e99
commit fffce72703
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513316

View file

@ -9,11 +9,11 @@ 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
LICENSE= MIT
USES= lua
USES?= lua
MAKE_ARGS= LUA_VERSION=${LUA_VER}