[87540] trunk/dports/lang/polyml/Portfile

mww at macports.org mww at macports.org
Thu Nov 24 14:33:50 PST 2011


Revision: 87540
          http://trac.macports.org/changeset/87540
Author:   mww at 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:
--------------
    trunk/dports/lang/polyml/Portfile

Modified: trunk/dports/lang/polyml/Portfile
===================================================================
--- 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
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111124/cfb4649a/attachment.html>


More information about the macports-changes mailing list