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:
parent
bce6642e99
commit
fffce72703
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513316
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue