[136465] trunk/dports/lang/mozjs17/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 17 16:43:55 PDT 2015


Revision: 136465
          https://trac.macports.org/changeset/136465
Author:   ryandesign at macports.org
Date:     2015-05-17 16:43:55 -0700 (Sun, 17 May 2015)
Log Message:
-----------
mozjs17: use newer gmake on Tiger (#45832)

Modified Paths:
--------------
    trunk/dports/lang/mozjs17/Portfile

Modified: trunk/dports/lang/mozjs17/Portfile
===================================================================
--- trunk/dports/lang/mozjs17/Portfile	2015-05-17 19:28:37 UTC (rev 136464)
+++ trunk/dports/lang/mozjs17/Portfile	2015-05-17 23:43:55 UTC (rev 136465)
@@ -88,6 +88,11 @@
     }
 }
 
+platform darwin 8 {
+    depends_build-append port:gmake
+    build.cmd       ${prefix}/bin/gmake
+}
+
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     "mozjs-*(17(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150517/350fa4f8/attachment.html>


More information about the macports-changes mailing list