| 48 | variant gcc44 description { |
| 49 | Build with MacPorts' gcc44 compiler. |
| 50 | } conflicts gcc45 gcc46 gcc47 { |
| 51 | depends_lib-append port:gcc44 |
| 52 | configure.compiler macports-gcc-4.4 |
| 53 | } |
| 54 | |
| 55 | variant gcc45 description { |
| 56 | Build with MacPorts' gcc45 compiler. |
| 57 | } conflicts gcc44 gcc46 gcc47 { |
| 58 | depends_lib-append port:gcc45 |
| 59 | configure.compiler macports-gcc-4.5 |
| 60 | } |
| 61 | |
| 62 | variant gcc46 description { |
| 63 | Build with MacPorts' gcc46 compiler. |
| 64 | } conflicts gcc44 gcc45 gcc47 { |
| 65 | depends_lib-append port:gcc46 |
| 66 | configure.compiler macports-gcc-4.6 |
| 67 | } |
| 68 | |
| 69 | variant gcc47 description { |
| 70 | Build with MacPorts' gcc47 compiler. |
| 71 | } conflicts gcc44 gcc45 gcc46 { |
| 72 | depends_lib-append port:gcc47 |
| 73 | configure.compiler macports-gcc-4.7 |
| 74 | } |
| 75 | |