summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-18 21:03:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-18 21:03:41 +0000
commitff83a9f892cc08cc951d9d43e5d01b9e3a35dc2a (patch)
tree5b1e560f1d703cf9049e15df7caaeea50da3b87d /math/py-matplotlib/files
parentPresenting GNOME 2.10.1 for FreeBSD. See (diff)
- Point to tcl/tk includes [1]
- Fix packing PR: ports/79914 [1] Submitted by: George V. Kouryachy <frbrgeorge@gmail.com> The port is still quite broken.
Notes
Notes: svn path=/head/; revision=133617
Diffstat (limited to 'math/py-matplotlib/files')
-rw-r--r--math/py-matplotlib/files/patch-setupext.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-matplotlib/files/patch-setupext.py b/math/py-matplotlib/files/patch-setupext.py
index 80f73ba0f8f2..0030563cf3da 100644
--- a/math/py-matplotlib/files/patch-setupext.py
+++ b/math/py-matplotlib/files/patch-setupext.py
@@ -2,7 +2,8 @@
+++ setupext.py Tue Apr 12 16:10:28 2005
@@ -308,7 +308,7 @@
o = find_tcltk() # todo: try/except
- module.include_dirs.extend([o.tcl_inc, o.tk_inc])
+- module.include_dirs.extend([o.tcl_inc, o.tk_inc])
++ module.include_dirs.extend(["/usr/local/include/tcl8.4", "/usr/local/include/tk8.4"])
module.library_dirs.extend([o.tcl_lib, o.tk_lib])
- module.libraries.extend(['tk'+o.tkv, 'tcl'+o.tkv])
+ module.libraries.extend(['tk84', 'tcl84'])