aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-04-02 11:49:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-04-02 11:49:11 +0000
commit489e2acb954be5a71ae85d4df4b8f597540ca09f (patch)
treecbc66cb0ab13596f7f0772b6c3b3a9876e84a913 /math/py-matplotlib
parenta955107b59e3e7763e6f656fe31afe8531dc3e4b (diff)
downloadports-489e2acb954be5a71ae85d4df4b8f597540ca09f.tar.gz
ports-489e2acb954be5a71ae85d4df4b8f597540ca09f.zip
Notes
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r--math/py-matplotlib/files/patch-setupext.py4
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