#13870: BUG: xchm 1.13 defaults to Mac version of wxWidgets ---------------------------------------+------------------------------------ Reporter: guido.soranzio@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------------+------------------------------------ Comment (by afb@macports.org): Ah, I see. Yes, this is a known shortcoming in MacPorts wxWidgets (only one at a time) Feel free to borrow the ugly hackaround that I use in some of my own wxWidgets ports... {{{ platform macosx {} if { [variant_isset macosx] && ![variant_isset x11] } { default_variants +aqua } if { [variant_isset puredarwin] } { default_variants +x11 } if { [variant_isset freebsd] } { default_variants +x11 } variant aqua requires macosx description "Use the wxMac port of wxWidgets" { depends_lib-append port:wxWidgets } variant x11 conflicts aqua description "Use the wxGTK port of wxWidgets" { depends_lib-append port:wxgtk } }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13870#comment:3> MacPorts </projects/macports> Ports system for Mac OS