How can I change the configuration of a port?
Hi! Some MacPorts newbie questions: I want to install wxwidgets and I want to have some control over the configuration used. How can I do that? If I need to go into the portfile and change it, where is it placed? Bengt
On Mar 8, 2007, at 13:58, Bengt Nilsson wrote:
Some MacPorts newbie questions:
I want to install wxwidgets and I want to have some control over the configuration used. How can I do that? If I need to go into the portfile and change it, where is it placed?
MacPorts philosophy is that the port maintainer has made the decisions for you regarding what configuration options are useful. Some ports have variants, which enable different options. To see what variants are available, do "port info wxwidgets". (Ignore variants darwin_6, 7, and 8, and macosx; these are auto-selected by MacPorts based on your OS. Also ignore universal, which is experimental and may require MacPorts 1.4.0 which is not released yet.) To see where a portfile is, do "port file wxwidgets". To edit a portfile, do "port edit wxwidgets".
participants (2)
-
Bengt Nilsson
-
Ryan Schmidt