[117185] trunk/dports/gnome/gnome-settings-daemon/Portfile

cal at macports.org cal at macports.org
Tue Feb 18 15:56:49 PST 2014


Revision: 117185
          https://trac.macports.org/changeset/117185
Author:   cal at macports.org
Date:     2014-02-18 15:56:49 -0800 (Tue, 18 Feb 2014)
Log Message:
-----------
gnome-settings-daemon: require libcanberra +x11, configure will fail to find libcanberra-gtk3 without it

Modified Paths:
--------------
    trunk/dports/gnome/gnome-settings-daemon/Portfile

Modified: trunk/dports/gnome/gnome-settings-daemon/Portfile
===================================================================
--- trunk/dports/gnome/gnome-settings-daemon/Portfile	2014-02-18 23:52:41 UTC (rev 117184)
+++ trunk/dports/gnome/gnome-settings-daemon/Portfile	2014-02-18 23:56:49 UTC (rev 117185)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       active_variants 1.1
 
 name            gnome-settings-daemon
 version         3.10.2
@@ -44,6 +45,9 @@
                 port:xorg-libXrandr \
                 port:xorg-libxkbfile
 
+# Without libcanberra +x11 gnome-settings-daemon will fail to find the libcanberra-gtk3 package, aborting configure
+require_active_variants port:libcanberra x11
+
 #
 # the following plugins are disabled by patch
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140218/59250eb9/attachment.html>


More information about the macports-changes mailing list