I have a dedicated jail for port builds as is common practice. I usually run
# make package-recursive
and do a pkg_add in the production jail. However this also pulls in build dependencies of the package. So is there a make target or flag to package only run-time dependencies? (i.e. packaging equivalent of run-depends)