Ticket #28036: py-pyqt4-2vs3.patch
File py-pyqt4-2vs3.patch, 810 bytes (added by jmroot (Joshua Root), 13 years ago) |
---|
-
Portfile
7 7 8 8 name py-pyqt4 9 9 version 4.8.6 10 revision 1 10 11 python.versions 24 25 26 27 31 11 12 categories python devel 12 13 platforms macosx … … 172 173 move ${destroot}${qt_data_dir}/qsci/api/python/PyQt4.api \ 173 174 ${destroot}${qt_data_dir}/qsci/api/python/PyQt4-Python${python.branch}.api 174 175 } 176 177 # delete python3 code from python2 installs and vice versa 178 if {${python.version} >= 30} { 179 delete ${destroot}${python.pkgd}/PyQt4/uic/port_v2 180 } else { 181 delete ${destroot}${python.pkgd}/PyQt4/uic/port_v3 182 } 175 183 } 176 184 177 185 variant debug description "Build debug libraries" {