yorick-yeti: Add note on why the compiler was changed
--- trunk/dports/science/yorick-yeti/Portfile 2012-04-29 16:58:30 UTC (rev 92471)
+++ trunk/dports/science/yorick-yeti/Portfile 2012-04-29 16:59:37 UTC (rev 92472)
@@ -42,6 +42,7 @@
universal_variant no
+# the build seems to hang with llvm-gcc-4.2
if {${configure.compiler} == "llvm-gcc-4.2"} {
configure.compiler clang
}