Modified: trunk/dports/comms/farsight2/Portfile (70850 => 70851)
--- trunk/dports/comms/farsight2/Portfile 2010-08-23 10:33:29 UTC (rev 70850)
+++ trunk/dports/comms/farsight2/Portfile 2010-08-23 16:41:16 UTC (rev 70851)
@@ -27,11 +27,6 @@
depends_lib port:libnice
-#
-# libnice is not universal
-#
-universal_variant no
-
patchfiles patch-python-pyfarsightmodule.c.diff \
patch-configure.diff
@@ -46,6 +41,14 @@
--disable-silent-rules \
--disable-valgrind
+#
+# py26-gst-python -> py26-cairo -> py26-numpy -> atlas is not universal
+#
+
+if {[variant_isset python]} {
+ universal_variant no
+}
+
variant python description {Enable bulding of Python bindings} {
configure.args-delete --disable-python
depends_lib-append port:py26-gst-python