FScript: Remove clang blacklisting. This port doesn't compile out of the box on Lion or ML with or without clang being blacklisted. Perhaps we should just remove this port since it doesn't build at all.
--- trunk/dports/aqua/FScript/Portfile 2013-08-30 18:18:10 UTC (rev 110366)
+++ trunk/dports/aqua/FScript/Portfile 2013-08-30 18:33:16 UTC (rev 110367)
@@ -49,10 +49,6 @@
default_variants +ib_plugin
}
-if {${configure.compiler} == "clang"} {
- configure.compiler llvm-gcc-4.2
-}
-
macosx_deployment_target 10.6
variant ib_plugin description "Install the Interface Builder Plug-in" {