aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-09-30 04:47:52 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-09-30 04:47:52 +0000
commitfffce7270318ac057be16824ed9eafa0f55a5070 (patch)
treea71f3aa6a7ec1f0baf6bb6a4744b2ccbf07af676 /devel
parentbce6642e99d75838da00efcd66e4d6e38d7135df (diff)
downloadports-fffce7270318ac057be16824ed9eafa0f55a5070.tar.gz
ports-fffce7270318ac057be16824ed9eafa0f55a5070.zip
devel/lua-cjson: Revert ?= for USES and COMMENT
as they're required for the slave ports. PR: 239989 Reported by: sunpoet
Notes
Notes: svn path=/head/; revision=513316
Diffstat (limited to 'devel')
-rw-r--r--devel/lua-cjson/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/lua-cjson/Makefile b/devel/lua-cjson/Makefile
index a4061684d379..f2abbde6445a 100644
--- a/devel/lua-cjson/Makefile
+++ b/devel/lua-cjson/Makefile
@@ -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}