summaryrefslogtreecommitdiff
path: root/lang/python27/files/Setup
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-05-11 23:34:24 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-05-11 23:34:24 +0000
commit89ab16ba94825acb91f377e9dcb45c3519509259 (patch)
tree924ef94aa005368a84f8ce9e35288b3fe69bdbcc /lang/python27/files/Setup
parentJust a small tweak - the site carrying xforms has changed. (diff)
Upgrade this port to use the latest tcl/tk.
Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
Notes
Notes: svn path=/head/; revision=3076
Diffstat (limited to 'lang/python27/files/Setup')
-rw-r--r--lang/python27/files/Setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/Setup b/lang/python27/files/Setup
index d7ebe4ebbfbb..473cbbdf76ac 100644
--- a/lang/python27/files/Setup
+++ b/lang/python27/files/Setup
@@ -235,7 +235,7 @@ md5 md5module.c md5c.c
# See the section "The Tk interface" in ../README for more info.
# *** Use ONE of the following two lines, see previous comments ***
-tkinter tkintermodule.c -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib -ltk40 -ltcl74 -lX11
+tkinter tkintermodule.c -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib -ltk41 -ltcl75 -lX11
#tkinter tkintermodule.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
# *** ALWAYS use this line as well ***