changing port options in Freebsd

Manolis Kiagias sonicy at otenet.gr
Sat Sep 26 13:29:35 UTC 2009


Aflatoon Aflatooni wrote:
> What is the best way to change an option on an installed port? should I deinstall and then reinstall with the updated options on the port?
>   

Yes.

> Also what was the command to change the options through make?
>   


make config. If you also wish to configure every dependency, use make
config-recursive. This is useful when you wish to run a port build
without attending every few minutes to press OK at the option dialogs
that pop up.
There are a lot more useful options in the manpages. Try man ports.


More information about the freebsd-questions mailing list