[71596] trunk/dports/net/libgweather/Portfile

devans at macports.org devans at macports.org
Fri Sep 17 13:27:47 PDT 2010


Revision: 71596
          http://trac.macports.org/changeset/71596
Author:   devans at macports.org
Date:     2010-09-17 13:27:45 -0700 (Fri, 17 Sep 2010)
Log Message:
-----------
libgweather: add missing dependency, not universal, closes #26508.

Modified Paths:
--------------
    trunk/dports/net/libgweather/Portfile

Modified: trunk/dports/net/libgweather/Portfile
===================================================================
--- trunk/dports/net/libgweather/Portfile	2010-09-17 16:39:28 UTC (rev 71595)
+++ trunk/dports/net/libgweather/Portfile	2010-09-17 20:27:45 UTC (rev 71596)
@@ -5,6 +5,7 @@
 
 name            libgweather
 version         2.30.2
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     devans openmaintainer
 categories      net gnome
@@ -31,7 +32,7 @@
 
 depends_lib     port:gconf \
                 port:libsoup \
-                port:py26-gobject
+                port:py26-gtk
 
 patchfiles      patch-python-prefix.diff
 
@@ -50,6 +51,11 @@
 
 build.env       PATH=${python_framework}/bin:$env(PATH)
 
+#
+# py26-gtk -> py26-cairo -> py26-numpy -> atlas is not universal
+
+universal_variant no
+
 post-activate {
     system "\
         GCONF_CONFIG_SOURCE= \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100917/0dc2b13c/attachment.html>


More information about the macports-changes mailing list