On Fri, 21 Jun 2024 20:16:57 +0530 Sandeep Gupta <gupta.sand...@gmail.com> wrote: > My query is how to install build dependency of a package listed in > ports?
i have FETCH_PACKAGES=-Dsnap in my /etc/mk.conf so that for all dependencies pkg_add -Dsnap is tried first (see bsd.port.mk(5) for details). you can also pass that as argument to make(1).