Revision: 74566 http://trac.macports.org/changeset/74566 Author: jmr@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