[86608] trunk/dports/gnome/gpodder/Portfile

and.damore at macports.org and.damore at macports.org
Sat Oct 29 10:30:50 PDT 2011


Revision: 86608
          http://trac.macports.org/changeset/86608
Author:   and.damore at macports.org
Date:     2011-10-29 10:30:50 -0700 (Sat, 29 Oct 2011)
Log Message:
-----------
port gpodder: adding missing py-gtk dependency. Totally busted.

Modified Paths:
--------------
    trunk/dports/gnome/gpodder/Portfile

Modified: trunk/dports/gnome/gpodder/Portfile
===================================================================
--- trunk/dports/gnome/gpodder/Portfile	2011-10-29 17:17:48 UTC (rev 86607)
+++ trunk/dports/gnome/gpodder/Portfile	2011-10-29 17:30:50 UTC (rev 86608)
@@ -34,7 +34,8 @@
     depends_lib-append  port:py25-feedparser\
                         port:py25-pil\
                         port:dbus-python25\
-                        port:py25-mygpoclient
+                        port:py25-mygpoclient \
+                        port:py25-gtk
 
     post-patch {
         reinplace s|python|${prefix}/bin/python2.5|g ${worksrcpath}/Makefile
@@ -50,7 +51,8 @@
     depends_lib-append  port:py26-feedparser\
                         port:py26-pil\
                         port:dbus-python26\
-                        port:py26-mygpoclient
+                        port:py26-mygpoclient \
+                        port:py26-gtk
     
     set my_python "${frameworks_dir}/Python.framework/Versions/2.6"
 
@@ -74,7 +76,8 @@
     depends_lib-append  port:py27-feedparser\
                         port:py27-pil\
                         port:dbus-python27\
-                        port:py27-mygpoclient
+                        port:py27-mygpoclient \
+                        port:py27-gtk
 
     set my_python "${frameworks_dir}/Python.framework/Versions/2.7"
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111029/e17b80a4/attachment.html>


More information about the macports-changes mailing list