[123181] trunk/dports/gnome/gcr/Portfile

devans at macports.org devans at macports.org
Wed Aug 6 07:56:18 PDT 2014


Revision: 123181
          https://trac.macports.org/changeset/123181
Author:   devans at macports.org
Date:     2014-08-06 07:56:18 -0700 (Wed, 06 Aug 2014)
Log Message:
-----------
gcr: requires gtk3 +x11 due to X11 specific UI code, use require_activate_variants (#41839).

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

Modified: trunk/dports/gnome/gcr/Portfile
===================================================================
--- trunk/dports/gnome/gcr/Portfile	2014-08-06 13:45:10 UTC (rev 123180)
+++ trunk/dports/gnome/gcr/Portfile	2014-08-06 14:56:18 UTC (rev 123181)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       active_variants 1.1
 
 name            gcr
 version         3.12.2
@@ -44,6 +45,10 @@
                 patch-ui-gcr.pc.in.diff \
                 patch-ui-gcr-ui.pc.in.diff
 
+# gcr uses X11 specific code in UI (#41839)
+
+require_active_variants port:gtk3 x11
+
 # update build/m4/intltool.m4 and autoreconf
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140806/dd591a76/attachment.html>


More information about the macports-changes mailing list