[95536] trunk/dports/x11

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


Revision: 95536
          https://trac.macports.org/changeset/95536
Author:   jmr at macports.org
Date:     2012-07-15 13:54:15 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
pango, pango-devel: use gmake port correctly (#35203)

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile
    trunk/dports/x11/pango-devel/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2012-07-15 20:47:10 UTC (rev 95535)
+++ trunk/dports/x11/pango/Portfile	2012-07-15 20:54:15 UTC (rev 95536)
@@ -114,10 +114,10 @@
                             --x-lib=${prefix}/lib
 }
 
-# The rules enabled by gobject-introspection require GNU make on tiger, #35203
-if {${os.major} <= 8} {
+# The rules enabled by gobject-introspection require GNU make 3.81+, #35203
+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}'

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2012-07-15 20:47:10 UTC (rev 95535)
+++ trunk/dports/x11/pango-devel/Portfile	2012-07-15 20:54:15 UTC (rev 95536)
@@ -103,10 +103,10 @@
                         --disable-silent-rules \
                         --without-x
 
-# The rules enabled by gobject-introspection require GNU make on tiger, #35203
-if {${os.major} <= 8} {
+# The rules enabled by gobject-introspection require GNU make 3.81+, #35203
+platform darwin 8 {
     depends_build-append    port:gmake
-    build.type              gnu
+    build.cmd               ${prefix}/bin/gmake
 }
 # gobject-introspection uses g-ir-scanner, which 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/d9330c09/attachment.html>


More information about the macports-changes mailing list