Revision
87540
Author
mww@macports.org
Date
2011-11-24 14:33:45 -0800 (Thu, 24 Nov 2011)

Log Message

polyml: fix build on 10.7 by only building the portable interpreter

Modified Paths

Diff

Modified: trunk/dports/lang/polyml/Portfile (87539 => 87540)


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