diff --git a/dports/science/mpich/Portfile b/dports/science/mpich/Portfile
index 326b680..62c5f81 100644
a
|
b
|
PortGroup select 1.0 |
8 | 8 | name mpich |
9 | 9 | version 3.1.4 |
10 | 10 | # Note may have other revisions below |
11 | | revision 0 |
| 11 | revision 1 |
12 | 12 | |
13 | 13 | license BSD |
14 | 14 | categories science parallel net |
… |
… |
livecheck.url ${homepage}/static/downloads/ |
51 | 51 | if {[string first "-devel" $subport] > 0} { |
52 | 52 | name mpich-devel |
53 | 53 | version 3.2b3 |
54 | | revision 0 |
| 54 | revision 1 |
55 | 55 | # To see 3.1 as newer than 3.1rcX |
56 | 56 | epoch 1 |
57 | 57 | |
… |
… |
if {${subport} != ${name}} { |
161 | 161 | select.group mpi |
162 | 162 | select.file ${filespath}/${name}-${cname} |
163 | 163 | |
| 164 | # Prevent "ccache" and "distcc" from being baked into the wrapper scripts. |
| 165 | configure.ccache no |
| 166 | configure.distcc no |
| 167 | |
164 | 168 | # don't need to livecheck all the subports, just the port |
165 | 169 | livecheck.type none |
166 | 170 | |
… |
… |
if {${subport} != ${name}} { |
200 | 204 | } |
201 | 205 | |
202 | 206 | if { [string first gcc $cname] == 0 } { |
203 | | revision 2 |
| 207 | revision 3 |
204 | 208 | configure.args-delete --disable-f77 --disable-fc |
205 | 209 | configure.args-append --enable-f77 --enable-fc |
206 | 210 | select.file ${filespath}/${name}-${cname}-fortran |