Shared libraries installed along with electron binary are for internal use and not intended for public consumption. Remove USE_LDCONFIG so as not to add the shared library directory to search paths. Add BUNDLE_LIBS so that pkg(8) does not pick the shared libraries up for packaging. Bump port revisions for package change. Related GitHub Issue: https://github.com/freebsd/pkg/issues/2368 Reported by: Vlad Biley <bileslav@gmail.com>