pythonの統合開発環境であるIDLEを起動しようとしてidleと叩くと以下のメッセージが表示される。

** IDLE can't import Tkinter. Your Python may not be configured for Tk. **

「あーpkgngで入れたしなあ。やっぱりportsでmake configしてから入れないとダメか」と思ってたのだが、追加でpkg py27-tkinter-2.7.3_3 を入れるだけでいいみたい。
備忘として残す。

$ pkg search tkinter
py27-tkinter-2.7.3_3           Python bindings to the Tk widget set
$ sudo pkg install py27-tkinter
Updating repository catalogue
Repository catalogue is up-to-date, no need to fetch fresh copy
The following packages will be installed:

Installing tcl: 8.5.13
Installing tk: 8.5.13
Installing py27-tkinter: 2.7.3_3

The installation will require 9 MB more space

1 MB to be downloaded

Proceed with installing packages [y/N]: y
tcl-8.5.13.txz                      100%  925KB 925.0KB/s 925.0KB/s   00:00
tk-8.5.13.txz                       100%  869KB 868.7KB/s 868.7KB/s   00:00
py27-tkinter-2.7.3_3.txz            100%   19KB  18.7KB/s  18.7KB/s   00:00
Checking integrity... done
Installing tcl-8.5.13... done
Installing tk-8.5.13... done
Installing py27-tkinter-2.7.3_3... done

これでMITのOpen Courseware 6.00も安心。