From 05c0067acfa4d77b9a9612590b27716cf1b65c05 Mon Sep 17 00:00:00 2001 From: Dan Ponte Date: Tue, 13 Sep 2022 22:58:29 -0400 Subject: [PATCH] recursive variable --- editors/neovim-luajit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/neovim-luajit/Makefile b/editors/neovim-luajit/Makefile index 7e110dd..9b93797 100644 --- a/editors/neovim-luajit/Makefile +++ b/editors/neovim-luajit/Makefile @@ -12,4 +12,5 @@ CONFLICTS= neovim-* \ .include "${MASTERDIR}/Makefile" -LIB_DEPENDS=${LIB_DEPENDS:S/-openresty//1} +LDEP=${LIB_DEPENDS} +LIB_DEPENDS=${LDEP:S/-openresty//1}