[106448] trunk/dports/graphics/poppler/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 26 16:17:36 PDT 2013


Revision: 106448
          https://trac.macports.org/changeset/106448
Author:   ryandesign at macports.org
Date:     2013-05-26 16:17:35 -0700 (Sun, 26 May 2013)
Log Message:
-----------
poppler: use gmake on Tiger (#39144)

Modified Paths:
--------------
    trunk/dports/graphics/poppler/Portfile

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2013-05-26 22:51:33 UTC (rev 106447)
+++ trunk/dports/graphics/poppler/Portfile	2013-05-26 23:17:35 UTC (rev 106448)
@@ -99,6 +99,12 @@
 test.dir        ${worksrcpath}/test
 test.target     all
 
+platform darwin 8 {
+    # The rules enabled by gobject-introspection require GNU make 3.81+ (#39144)
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130526/5bca445d/attachment.html>


More information about the macports-changes mailing list