[114362] trunk/dports/devel/libnotify/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 6 01:44:05 PST 2013


Revision: 114362
          https://trac.macports.org/changeset/114362
Author:   ryandesign at macports.org
Date:     2013-12-06 01:44:05 -0800 (Fri, 06 Dec 2013)
Log Message:
-----------
libnotify: fix build on Tiger by adding gmake dependency

Modified Paths:
--------------
    trunk/dports/devel/libnotify/Portfile

Modified: trunk/dports/devel/libnotify/Portfile
===================================================================
--- trunk/dports/devel/libnotify/Portfile	2013-12-06 09:38:21 UTC (rev 114361)
+++ trunk/dports/devel/libnotify/Portfile	2013-12-06 09:44:05 UTC (rev 114362)
@@ -41,4 +41,10 @@
 	}
 }
 
+platform darwin 8 {
+    # The rules enabled by gobject-introspection require GNU make 3.81+
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
+
 livecheck.type      gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131206/6338de95/attachment-0001.html>


More information about the macports-changes mailing list