[82099] trunk/dports/gnome/seahorse/Portfile

raimue at macports.org raimue at macports.org
Mon Aug 8 00:36:17 PDT 2011


Revision: 82099
          http://trac.macports.org/changeset/82099
Author:   raimue at macports.org
Date:     2011-08-08 00:36:17 -0700 (Mon, 08 Aug 2011)
Log Message:
-----------
gnome/seahorse:
Disable libnotify on Lion, #30283

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

Modified: trunk/dports/gnome/seahorse/Portfile
===================================================================
--- trunk/dports/gnome/seahorse/Portfile	2011-08-08 07:33:15 UTC (rev 82098)
+++ trunk/dports/gnome/seahorse/Portfile	2011-08-08 07:36:17 UTC (rev 82099)
@@ -48,6 +48,12 @@
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
+# libnotify cannot be installed on Mac OS X 10.7 Lion, #30283
+platform darwin 11 {
+    depends_lib-delete      port:libnotify
+    configure.args-append   --disable-libnotify
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110808/7d7a6a4c/attachment.html>


More information about the macports-changes mailing list