diff --git a/Portfile b/Portfile
index 2ac9c9a..380b231 100644
a
|
b
|
variant wxwidgets_devel conflicts wxwidgets description "Enable wxt terminal (us |
124 | 124 | configure.args-delete --disable-wxwidgets |
125 | 125 | configure.args-append --with-wx-config=${prefix}/bin/wx-config |
126 | 126 | } |
127 | | if {[variant_isset wxwidgets_devel]} { |
128 | | # http://trac.wxwidgets.org/ticket/13565 |
129 | | if {${configure.compiler} == "clang"} { |
130 | | configure.compiler llvm-gcc-4.2 |
131 | | } |
132 | | } |
133 | 127 | |
134 | 128 | variant qt description "Enable qt terminal" { |
135 | 129 | depends_lib-append port:qt4-mac |