Revision
86687
Author
mww@macports.org
Date
2011-11-01 01:53:19 -0700 (Tue, 01 Nov 2011)

Log Message

hugs98: https://trac.macports.org/wiki/PortfileRecipes#compiler

Modified Paths

Diff

Modified: trunk/dports/lang/hugs98/Portfile (86686 => 86687)


--- 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
 }