[95534] trunk/dports/graphics/gdk-pixbuf2/Portfile

jmr at macports.org jmr at macports.org
Sun Jul 15 13:45:12 PDT 2012


Revision: 95534
          https://trac.macports.org/changeset/95534
Author:   jmr at macports.org
Date:     2012-07-15 13:45:12 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
gdk-pixbuf2: use gmake port correctly (#35202)

Modified Paths:
--------------
    trunk/dports/graphics/gdk-pixbuf2/Portfile

Modified: trunk/dports/graphics/gdk-pixbuf2/Portfile
===================================================================
--- trunk/dports/graphics/gdk-pixbuf2/Portfile	2012-07-15 20:42:17 UTC (rev 95533)
+++ trunk/dports/graphics/gdk-pixbuf2/Portfile	2012-07-15 20:45:12 UTC (rev 95534)
@@ -52,10 +52,10 @@
 configure.args              --with-libjasper \
                             --enable-introspection=yes
 
-# The rules enabled by gobject-introspection require GNU make on tiger, #35202
-if {${os.major} <= 8} {
+# The rules enabled by gobject-introspection require GNU make 3.81+, #35202
+platform darwin 8 {
     depends_build-append    port:gmake
-    build.type              gnu
+    build.cmd               ${prefix}/bin/gmake
 }
 # gobject-introspection uses $CC from env
 build.env-append            CC='${configure.cc}'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/f3412972/attachment.html>


More information about the macports-changes mailing list