On Feb 25, 2012, at 5:11 AM, Freek Dijkstra wrote: > This questions must have been asked a 1000 times, but I can't seem to > find the answer with Google. > > I like to change a variant of a port with many dependencies. > > In my case, change "python27" to "python27 +ucs4" > > Unfortunately, a simple `port install python27 +ucs4` fails.
If I understand correctly you have "python27" installed and want "python27 +ucs4". I believe "upgrade --enforce-variants" is what you want: $ sudo port upgrade --enforce-variants python27 +ucs4 Regards, Bradley Giesbrecht (pixilla) _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
