diff options
author | pav <pav@FreeBSD.org> | 2009-04-02 19:49:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-02 19:49:11 +0800 |
commit | 99e1d2f7639cc6cfa4a121ae7059a573124da2a1 (patch) | |
tree | 88c2ad02f8bfa0e892bf5cce0240169445b0db8c /math/py-matplotlib | |
parent | 531ce5d57ee6c3f10445dd6f309c9ac507cb44b1 (diff) | |
download | freebsd-ports-gnome-99e1d2f7639cc6cfa4a121ae7059a573124da2a1.tar.gz freebsd-ports-gnome-99e1d2f7639cc6cfa4a121ae7059a573124da2a1.tar.zst freebsd-ports-gnome-99e1d2f7639cc6cfa4a121ae7059a573124da2a1.zip |
- Chase py-tkinter switch to tcl/tk85
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/files/patch-setupext.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-matplotlib/files/patch-setupext.py b/math/py-matplotlib/files/patch-setupext.py index ddb175989872..bd10a75a3f27 100644 --- a/math/py-matplotlib/files/patch-setupext.py +++ b/math/py-matplotlib/files/patch-setupext.py @@ -25,9 +25,9 @@ - module.include_dirs.extend([tcl_inc, tk_inc]) - module.library_dirs.extend([tcl_lib, tk_lib]) - module.libraries.extend(['tk' + tk_ver, 'tcl' + tk_ver]) -+ module.include_dirs.extend(["/usr/local/include/tcl8.4", "/usr/local/include/tk8.4"]) ++ module.include_dirs.extend(["/usr/local/include/tcl8.5", "/usr/local/include/tk8.5"]) + module.library_dirs.extend(["%%TCL_LIBDIR%%", "%%TK_LIBDIR%%"]) -+ module.libraries.extend(['tk84', 'tcl84']) ++ module.libraries.extend(['tk85', 'tcl85']) return message |