[148026] trunk/dports/x11/gtkglarea2/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Apr 24 21:46:41 PDT 2016


Revision: 148026
          https://trac.macports.org/changeset/148026
Author:   mcalhoun at macports.org
Date:     2016-04-24 21:46:41 -0700 (Sun, 24 Apr 2016)
Log Message:
-----------
gtkglarea2: fails if gtk2 installed with quartz variant (see #42982)

Modified Paths:
--------------
    trunk/dports/x11/gtkglarea2/Portfile

Modified: trunk/dports/x11/gtkglarea2/Portfile
===================================================================
--- trunk/dports/x11/gtkglarea2/Portfile	2016-04-25 02:30:23 UTC (rev 148025)
+++ trunk/dports/x11/gtkglarea2/Portfile	2016-04-25 04:46:41 UTC (rev 148026)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               active_variants 1.1
 
 name                    gtkglarea2
 set gname               gtkglarea
@@ -32,6 +33,9 @@
 depends_lib             port:mesa \
                         port:gtk2
 
+# see #42982
+require_active_variants gtk2 x11
+
 configure.args          --with-GL-prefix=${prefix} \
                         --with-lib-GL
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160424/7201c45f/attachment.html>


More information about the macports-changes mailing list