hugs98: https://trac.macports.org/wiki/PortfileRecipes#compiler
--- trunk/dports/lang/hugs98/Portfile 2011-11-01 07:35:58 UTC (rev 86686)
+++ trunk/dports/lang/hugs98/Portfile 2011-11-01 08:53:19 UTC (rev 86687)
@@ -33,7 +33,7 @@
patchfiles-append patch-libraries-tools-make-bootlib.diff
}
-platform darwin 11 {
+if {${configure.compiler} == "clang"} {
configure.compiler llvm-gcc-4.2
}