Andrei Tchijov wrote: > [local/bin] > install gtk2 +quartz +no_x11 > ---> Fetching gtk2 > Error: Please uninstall or deactivate the pango port and reinstall it > by running `port install pango +no_x11`. > Error: Target org.macports.fetch returned: pango must be installed > with the no_x11 variant enabled. > Error: Status 1 encountered during processing.
You already have pango installed, but for gtk2 +no_x11 you also need pango +no_x11. Isn't the error message quite clear on that? sudo port deactivate pango sudo port install pango +no_x11 You might need to rebuild any port that depends on pango afterwards, I am not sure. If everything went successful, you can uninstall the inactive pango version. Rainer _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
