#21530: wxWidgets-devel and py26-wxpython universal portfiles ------------------------------------------+--------------------------------- Reporter: vince@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: wxWidgets wxpython universal | Port: wxwidgets-devel, py26-wxpython ------------------------------------------+--------------------------------- Comment(by vince@…): The line: {{{ append bopts "--install- headers=${prefix}/include " }}} in the Portfile for py26-wxpython is wrong. It incorrectly install headers in ${prefix}/include instead of ${prefix}/include/wx-devel, the path used by wxwidgets-devel. So it should read: {{{ append bopts "--install- headers=${prefix}/include/wx-devel " }}} instead. -- Ticket URL: <http://trac.macports.org/ticket/21530#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS