diff --git a/textproc/libucl/Makefile b/textproc/libucl/Makefile index a51d72ea95b9..8d929ea6c9f6 100644 --- a/textproc/libucl/Makefile +++ b/textproc/libucl/Makefile @@ -21,7 +21,7 @@ URLS_DESC= Enable fetching URLs UTILS_DESC= Enable tools: ucl_chargen, ucl_ucldump, ucl_tool LUA_CONFIGURE_ENABLE= lua -LUA_CPPFLAGS= -I${LUA_INCDIR} +LUA_CONFIGURE_ENV= LUA=${LOCALBASE}/bin/${LUA_CMD} LUA_LDFLAGS= -L${LUA_LIBDIR} LUA_USES= lua