Link with not tk83 but tk84.

This commit is contained in:
Hye-Shik Chang 2003-08-03 19:09:00 +00:00
parent c1136f2f68
commit ce53a9d11d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86233

View file

@ -15,7 +15,7 @@ try:
except:
raise SystemExit, "Distutils problem"
tkversion = "8.3"
tkversion = "8.4"
prefix = sysconfig.PREFIX
# Python 1.5 doesn't have os.getenv()?
x11base = os.environ['X11BASE'] or '/usr/X11R6'