I am trying to compile and build a branch of libreoffice (for collabra online tools). The dependencies are numerous to list out manually. I am using the dependencies listed in the ports folder : /usr/ports/editors/libreoffice (downloaded from ftp https://cdn.openbsd.org/pub/OpenBSD/$(uname -r)/{ports.tar.gz,SHA256.sig}). Using the command: `make print-build-depends`.
However when I use the output from there to install using pkg_add : `doas pkg_add jbigkit-2.1p0 javaPathHelper-2.3 metaauto-1.0p4 autoconf-2.52p6 cdparanoia-3.a9.8p5 libdaemon-0.14p1` I get several can't find messages: Can't find p5-URI-5.27 Can't find libsodium-1.0.19 Can't find xz-5.4.5 My query is how to install build dependency of a package listed in ports? Thanks Sandeep