Revision
71036
Author
ryandesign@macports.org
Date
2010-08-30 03:16:35 -0700 (Mon, 30 Aug 2010)

Log Message

Disable universal variant in ports depending on wxgtk which is not universal

Modified Paths

Diff

Modified: trunk/dports/devel/codeblocks/Portfile (71035 => 71036)


--- trunk/dports/devel/codeblocks/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/devel/codeblocks/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -89,6 +89,8 @@
 }
 
 variant x11 description "Use the wxGTK port of wxWidgets" {
+	# wxgtk is not universal
+	universal_variant no
 	depends_lib port:wxgtk
 
     patchfiles	patch-wxscoder.cpp.diff

Modified: trunk/dports/devel/codeblocks-devel/Portfile (71035 => 71036)


--- trunk/dports/devel/codeblocks-devel/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/devel/codeblocks-devel/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -96,6 +96,8 @@
 }
 
 variant x11 description "Use the wxGTK port of wxWidgets" {
+	# wxgtk is not universal
+	universal_variant no
 	depends_lib port:wxgtk
 }
 

Modified: trunk/dports/devel/wxstedit/Portfile (71035 => 71036)


--- trunk/dports/devel/wxstedit/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/devel/wxstedit/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -52,6 +52,8 @@
 }
 
 variant x11 description "Use the wxGTK port of wxWidgets" {
+# wxgtk is not universal
+universal_variant	no
 depends_lib		port:wxgtk
 }
 

Modified: trunk/dports/graphics/wxLua/Portfile (71035 => 71036)


--- trunk/dports/graphics/wxLua/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/graphics/wxLua/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -89,6 +89,9 @@
 
 variant x11 description "Use the wxGTK port of wxWidgets" {
 
+# wxgtk is not universal
+universal_variant	no
+
 depends_lib-append	port:wxgtk
 
 }

Modified: trunk/dports/x11/xchm/Portfile (71035 => 71036)


--- trunk/dports/x11/xchm/Portfile	2010-08-30 09:00:58 UTC (rev 71035)
+++ trunk/dports/x11/xchm/Portfile	2010-08-30 10:16:35 UTC (rev 71036)
@@ -20,3 +20,6 @@
 checksums		md5 0f398af788a9e1a7c6f4e65b5ca31cf3
 
 depends_lib		path:bin/wx-config:wxgtk port:chmlib
+
+# wxgtk is not universal
+universal_variant	no