diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2024-08-20 09:50:13 -0400 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2024-08-20 09:53:15 -0400 |
commit | d08dcf215d0bae3642cb0837f3272070188908f2 (patch) | |
tree | dc71b15123fcd085829d773f5630db09aa284c48 /www/nginx-devel | |
parent | lang/gcc14: Update to 14.2.0 (diff) |
www/(nginx|nginx-devel|lua-resty-core): Document lua module dependencies/alternate maintainers
PR: 280882, 277145
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile.extmod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index 7d05b6e0a398..d1f242730a7e 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -203,6 +203,7 @@ ICONV_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-calio-iconv-nginx-module-config LET_GH_TUPLE= baysao:nginx-let-module:c1f23aa:let LET_VARS= DSO_EXTMODS+=let +# YOU MUST UPDATE www/lua-resty-core IF YOU UPDATE THIS MODULE LUA_IMPLIES= DEVEL_KIT LUA_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty LUA_RUN_DEPENDS= lua-resty-core>0:www/lua-resty-core |