make config-recursive for an individual port

Steve O'Hara-Smith steve at sohara.org
Sat Jan 30 17:14:39 UTC 2021


On Sat, 30 Jan 2021 17:08:28 +0000
RW via freebsd-questions <freebsd-questions at freebsd.org> wrote:

> Because that's what the "-recursive" part means - configure the current
> port and anything it depends on. When you "make install" it will build
> the dependencies that aren't already installed.

	It helps minimise building to use make missing to get a list of
dependencies and install those with pkg install -A.

-- 
Steve O'Hara-Smith <steve at sohara.org>


More information about the freebsd-questions mailing list