Ticket #24576: py26-tk.diff
File py26-tk.diff, 877 bytes (added by roberto@…, 15 years ago) |
---|
-
Portfile
47 47 patch-Mac-Tools-Doc-setup.py.diff \ 48 48 patch-Lib-ctypes-macholib-dyld.py.diff 49 49 50 depends_lib port:gettext port:zlib port:openssl port:tk\50 depends_lib port:gettext port:zlib port:openssl \ 51 51 port:sqlite3 port:db46 port:ncurses port:gdbm \ 52 52 port:bzip2 port:readline 53 53 … … 154 154 configure.args-append --enable-unicode=ucs4 155 155 } 156 156 157 variant tk description {Enable Tk support} { 158 depends_lib-append port:tk 159 } 160 157 161 variant no_tkinter description {Disable Tkinter support, which will break IDLE} { 158 162 patchfiles-append patch-setup_no_tkinter.py.diff 159 163 depends_lib-delete port:tk