Problems Installing gtk2 +quartz

David Evans devans at macports.org
Wed Nov 5 16:16:29 PST 2008


Tim Visher wrote:
> Ah. That was the problem. That's funny but I never knew the correct
> way to get what was installed out of port. Oh well.
>
> Is there anyway to switch which variant you have installed?
>
>   
You can deactivate the currently installed version and then install with
the variant you want.

sudo port deactivate gtk2
sudo port install gtk2 +quartz

Note also you need to make sure that you have the +no_x11 variants
installed for
cairo and pango.

In my installation:

$ port installed cairo pango gtk2
The following ports are currently installed:
  cairo @1.8.0_0+macosx+no_x11 (active)
  gtk2 @2.14.4_0+darwin_8+no_x11+quartz (active)
  pango @1.22.2_0+no_x11 (active)



More information about the macports-users mailing list