[115089] trunk/dports/gnome/liferea/Portfile

devans at macports.org devans at macports.org
Mon Dec 23 23:13:06 PST 2013


Revision: 115089
          https://trac.macports.org/changeset/115089
Author:   devans at macports.org
Date:     2013-12-23 23:13:05 -0800 (Mon, 23 Dec 2013)
Log Message:
-----------
liferea: disable libnotify support, doesn't build with libnotify-0.7+.

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

Modified: trunk/dports/gnome/liferea/Portfile
===================================================================
--- trunk/dports/gnome/liferea/Portfile	2013-12-24 06:33:08 UTC (rev 115088)
+++ trunk/dports/gnome/liferea/Portfile	2013-12-24 07:13:05 UTC (rev 115089)
@@ -54,8 +54,11 @@
     }
 }
 
-configure.args      --disable-lua
+# disable libnotify, does not build with libnotify-0.7+
 
+configure.args      --disable-lua \
+                    --disable-libnotify
+
 variant lua description {LUA scripting support} {
     depends_lib-append      port:lua
     configure.args-delete   --disable-lua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131223/73360053/attachment.html>


More information about the macports-changes mailing list