summaryrefslogtreecommitdiff
path: root/lang/python+ipv6/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-11-03 09:45:26 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-11-03 09:45:26 +0000
commitff7bef2c1ea036e871297e3b889f7375ba4e870e (patch)
tree434e8bc125980a738eda5dc13950146957daaa55 /lang/python+ipv6/files
parentUpdate to patchlevel 37 (diff)
Use Tk-8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=22884
Diffstat (limited to 'lang/python+ipv6/files')
-rw-r--r--lang/python+ipv6/files/Setup.tk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python+ipv6/files/Setup.tk b/lang/python+ipv6/files/Setup.tk
index a076fbf8a6c3..57ccf35ef4ce 100644
--- a/lang/python+ipv6/files/Setup.tk
+++ b/lang/python+ipv6/files/Setup.tk
@@ -15,7 +15,7 @@ TKPATH=:lib-tk
# every system.
# *** Always uncomment this (leave the leading underscore in!):
-_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0 -L${PREFIX}/lib -ltk80 -ltcl80 -L${X11BASE}/lib -lX11 -lc
+_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include/tk8.2 -L${PREFIX}/lib -ltk82 -ltcl82 -L${X11BASE}/lib -lX11 -lc
# *** Uncommend and edit to reflect where your X11 header files are:
# -I/usr/X11R6/include \