[114979] trunk/dports/gnome/gstreamer1/Portfile

devans at macports.org devans at macports.org
Thu Dec 19 22:56:41 PST 2013


Revision: 114979
          https://trac.macports.org/changeset/114979
Author:   devans at macports.org
Date:     2013-12-19 22:56:41 -0800 (Thu, 19 Dec 2013)
Log Message:
-----------
gstreamer1: add gmake build dependency for Tiger, #41844.

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer1/Portfile

Modified: trunk/dports/gnome/gstreamer1/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer1/Portfile	2013-12-20 06:03:43 UTC (rev 114978)
+++ trunk/dports/gnome/gstreamer1/Portfile	2013-12-20 06:56:41 UTC (rev 114979)
@@ -76,5 +76,11 @@
     destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
 }
 
+# The rules enabled by gobject-introspection require GNU make 3.81+
+platform darwin 8 {
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
+
 livecheck.type      gnome
 livecheck.name      ${my_name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131219/2b515907/attachment.html>


More information about the macports-changes mailing list