diff --git a/python/py26-numpy/Portfile b/python/py26-numpy/Portfile
index 96805c7..4a34284 100644
a
|
b
|
variant gcc43 conflicts gcc44 description {Use the gcc43 compiler (enables fortr |
50 | 50 | |
51 | 51 | destroot.env-append CC="${prefix}/bin/gcc-mp-4.3" \ |
52 | 52 | CXX="${prefix}/bin/g++-mp-4.3" |
| 53 | |
| 54 | depends_skip_archcheck gcc43 |
53 | 55 | } |
54 | 56 | |
55 | 57 | variant gcc44 conflicts gcc43 description {Use the gcc44 compiler (enables fortran code)} { |
… |
… |
variant gcc44 conflicts gcc43 description {Use the gcc44 compiler (enables fortr |
60 | 62 | |
61 | 63 | destroot.env-append CC="${prefix}/bin/gcc-mp-4.4" \ |
62 | 64 | CXX="${prefix}/bin/g++-mp-4.4" |
| 65 | |
| 66 | depends_skip_archcheck gcc44 |
63 | 67 | } |
64 | 68 | |
65 | 69 | if {![variant_isset gcc43]} { |