Is there a way to prevent installation of some optional Port dependencies that are not managed in the Port's configuration file? For example, can editors/pluma be installed without also building and installing x11/mate? Forgive me if I'm wrong, but I was guessing that pluma does not require any Mate desktop libraries. I've looked over ports(7) and in the Using the Ports Collection section of the handbook.
Debian Linux systems use "recommended" packages/dependencies that can by bypassed using the
Debian Linux systems use "recommended" packages/dependencies that can by bypassed using the
--no-install-recommends
option with the apt-get
package manager command. Do FreeBSD Ports have something similar outside the configuration file?