HomeFreeBSD

Fix package depends install not respecting DEPENDS_ARGS for the PKGFILE lookup.

Description

Fix package depends install not respecting DEPENDS_ARGS for the PKGFILE lookup.

This also optimizes the PKGBASE/PKGFILE lookup with the new port_var_fetch(),
which passes in the known DEPENDS_ARGS.

Details