diff options
author | jkh <jkh@FreeBSD.org> | 1996-05-11 23:34:24 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-05-11 23:34:24 +0000 |
commit | cbd46a11cfb95882e00259a2548c58ec73d93835 (patch) | |
tree | 0980ea319474c46163a92c86fdd1c1d5c55d7e28 /lang/python21/files | |
parent | ccb014edf8864ec1d3dc3136ad04133945705438 (diff) | |
download | FreeBSD-ports-cbd46a11cfb95882e00259a2548c58ec73d93835.zip FreeBSD-ports-cbd46a11cfb95882e00259a2548c58ec73d93835.tar.gz |
Upgrade this port to use the latest tcl/tk.
Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
Diffstat (limited to 'lang/python21/files')
-rw-r--r-- | lang/python21/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python21/files/Setup b/lang/python21/files/Setup index d7ebe4e..473cbbd 100644 --- a/lang/python21/files/Setup +++ b/lang/python21/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 *** |