Revision
72782
Author
michaelld@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

Diff

Modified: trunk/dports/science/root/Portfile (72781 => 72782)


--- 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 } {