Ticket #42064: py-pil+tk.patch
File py-pil+tk.patch, 886 bytes (added by danudey (Dan Udey), 11 years ago) |
---|
-
python/py-pil/Portfile
23 23 sha1 76c37504251171fda8da8e63ecb8bc42a69a5c81 \ 24 24 rmd160 9af570fe100e250a4860314341fe3e6d695d7fde 25 25 26 default_variants +tk 27 26 28 python.versions 24 25 26 27 27 29 28 30 if {${name} ne ${subport}} { … … 31 33 patch-_imagingft.c.diff 32 34 33 35 depends_lib-append port:freetype \ 34 port:lcms \ 35 port:py${python.version}-tkinter 36 port:lcms 37 38 variant tk description "Support for the tk GUI toolkit for Tcl" { 39 depends_lib-append port:py${python.version}-tkinter 40 } 36 41 37 42 post-patch { 38 43 reinplace s,__PREFIX__,${prefix},g ${worksrcpath}/setup.py