Hello, I was wondering if there's any way to use make -j4 when building ports from source? Any obscure option on mk.conf?
Currently if I run on a port, for example: make -j4 install it just uses one thread on the makefile of the port. Is there any way to pass the "-j4" option to make command inside the port?