[95537] trunk/dports/graphics/librsvg/Portfile

jmr at macports.org jmr at macports.org
Sun Jul 15 13:56:06 PDT 2012


Revision: 95537
          https://trac.macports.org/changeset/95537
Author:   jmr at macports.org
Date:     2012-07-15 13:56:05 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
librsvg: use gmake port correctly (#35204)

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

Modified: trunk/dports/graphics/librsvg/Portfile
===================================================================
--- trunk/dports/graphics/librsvg/Portfile	2012-07-15 20:54:15 UTC (rev 95536)
+++ trunk/dports/graphics/librsvg/Portfile	2012-07-15 20:56:05 UTC (rev 95537)
@@ -56,10 +56,10 @@
     --disable-Bsymbolic
 
 # librsvg's build process includes the gobject-introspection Makefile, causing
-# the build to fail on tiger if not using GNU make, #35204
-if {${os.major} <= 8} {
+# the build to fail if not using GNU make 3.81+, #35204
+platform darwin 8 {
     depends_build-append    port:gmake
-    build.type              gnu
+    build.cmd               ${prefix}/bin/gmake
 }
 
 set buildpath   ${worksrcpath}/macports
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/2dfc9edc/attachment.html>


More information about the macports-changes mailing list