[72782] trunk/dports/science/root/Portfile

michaelld at macports.org michaelld at macports.org
Tue Oct 26 12:34:07 PDT 2010


Revision: 72782
          http://trac.macports.org/changeset/72782
Author:   michaelld at macports.org
Date:     2010-10-26 12:34:05 -0700 (Tue, 26 Oct 2010)
Log Message:
-----------
root: addresses ticket #26984.
Move qt4 portgroup inclusion to the main level from inside variant.

Modified Paths:
--------------
    trunk/dports/science/root/Portfile

Modified: trunk/dports/science/root/Portfile
===================================================================
--- trunk/dports/science/root/Portfile	2010-10-26 18:26:52 UTC (rev 72781)
+++ trunk/dports/science/root/Portfile	2010-10-26 19:34:05 UTC (rev 72782)
@@ -178,8 +178,11 @@
     depends_lib-append      port:qt4-x11
 }
 
+if {[variant_isset qt_mac]} {
+    PortGroup qt4 1.0
+}
+
 variant qt_mac conflicts qt_x11 description {Builds port with Qt support via Mac UI} {
-    PortGroup qt4 1.0
     post-patch {
         # fix where "qglobal.h" is found in all files that use or reference it
         foreach tpf { configure graf2d/qt/src/TGQt.cxx } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101026/e38f7c13/attachment.html>


More information about the macports-changes mailing list