polyml: fix build on 10.7 by only building the portable interpreter
--- trunk/dports/lang/polyml/Portfile 2011-11-24 20:35:44 UTC (rev 87539)
+++ trunk/dports/lang/polyml/Portfile 2011-11-24 22:33:45 UTC (rev 87540)
@@ -32,3 +32,6 @@
${destroot}${prefix}/share/doc/${name}
}
+platform darwin 11 {
+ configure.args-append --with-portable
+}