[74566] trunk/dports/python

jmr at macports.org jmr at macports.org
Tue Dec 21 14:23:01 PST 2010


Revision: 74566
          http://trac.macports.org/changeset/74566
Author:   jmr at macports.org
Date:     2010-12-21 14:22:51 -0800 (Tue, 21 Dec 2010)
Log Message:
-----------
add py26-tkinter deps to some ports that need it

Modified Paths:
--------------
    trunk/dports/python/py26-matplotlib/Portfile
    trunk/dports/python/py26-opengl/Portfile
    trunk/dports/python/py26-pmw/Portfile

Modified: trunk/dports/python/py26-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py26-matplotlib/Portfile	2010-12-21 21:58:32 UTC (rev 74565)
+++ trunk/dports/python/py26-matplotlib/Portfile	2010-12-21 22:22:51 UTC (rev 74566)
@@ -78,6 +78,7 @@
 }
 
 variant tkinter description "Enable tkAgg backend" {
+  depends_lib-append port:py26-tkinter
   post-patch {
     reinplace "s|^tkagg=False|tkagg=True|" ${worksrcpath}/setup.cfg
   }

Modified: trunk/dports/python/py26-opengl/Portfile
===================================================================
--- trunk/dports/python/py26-opengl/Portfile	2010-12-21 21:58:32 UTC (rev 74565)
+++ trunk/dports/python/py26-opengl/Portfile	2010-12-21 22:22:51 UTC (rev 74566)
@@ -27,7 +27,7 @@
                     rmd160  cd9c3f20ae7154cc4fcb810dea3a24bd469d3c05
 
 depends_build       port:py26-distribute
-depends_lib         port:py26-pil port:py26-opengl-accelerate
+depends_lib         port:py26-pil port:py26-opengl-accelerate port:py26-tkinter
 
 test.run            yes
 

Modified: trunk/dports/python/py26-pmw/Portfile
===================================================================
--- trunk/dports/python/py26-pmw/Portfile	2010-12-21 21:58:32 UTC (rev 74565)
+++ trunk/dports/python/py26-pmw/Portfile	2010-12-21 22:22:51 UTC (rev 74566)
@@ -23,6 +23,8 @@
 
 worksrcdir          ${distname}/src
 
+depends_lib-append  port:py26-tkinter
+
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/pmw/files/
 livecheck.regex     Pmw.(\[0-9.\]\\.\[0-9.\]\\.\[0-9.\]).tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101221/626b6088/attachment.html>


More information about the macports-changes mailing list