Commits
Michael Dickens authored d21e1c21b80
147 147 | post-destroot { |
148 148 | system "${prefix}/bin/python2.7 -m compileall ${destroot}${applications_dir}/QtiPlot.app/Contents/MacOS" |
149 149 | } |
150 150 | # prior to r143477 (2015-12-13), pyc files were generated after installation |
151 151 | pre-activate { |
152 152 | foreach pyc [glob -directory ${applications_dir}/QtiPlot.app/Contents/MacOS -nocomplain *.pyc] { |
153 153 | delete ${pyc} |
154 154 | } |
155 155 | } |
156 156 | |
157 - | # Can use either py*-pyqt4 or py*-pyqt4-devel. |
158 157 | depends_lib-append port:python27 \ |
159 158 | port:py27-sip \ |
160 - | path:share/py27-sip/PyQt4:py27-pyqt4 |
159 + | port:py27-pyqt4 |
161 160 | } |
162 161 | |
163 162 | livecheck.type none |