diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-29 07:04:27 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-29 07:04:27 +0000 |
commit | 8f042a171a35127a844c4a4f764a9d0463da7785 (patch) | |
tree | 7b254b1ef1771ff978e2e2e298df1e5dbd384218 /lang/python21/files | |
parent | PR: 4394 (diff) |
Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST.
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 7a6b60916c47..cab0cf57b1a5 100644 --- a/lang/python21/files/Setup +++ b/lang/python21/files/Setup @@ -250,7 +250,7 @@ TKPATH=:$(DESTLIB)/tkinter #_tkinter _tkinter.c -I/usr/openwin/include -I/usr/local/include -L/usr/openwin/lib -L/usr/local/lib -ltk4.1 -ltcl7.5 -lX11 # For generic system (may have to add -I/-L options to find X11): #_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk4.1 -ltcl7.5 -lX11 -_tkinter _tkinter.c -I${PREFIX}/include/tk4.1 -I${X11BASE}/include -L${PREFIX}/lib -L${X11BASE}/lib -ltk41 -ltcl75 -lX11 +_tkinter _tkinter.c -I${PREFIX}/include/tk8.0 -I${PREFIX}/include/tcl8.0 -I${X11BASE}/include -L${PREFIX}/lib -L${X11BASE}/lib -ltk80 -ltcl80 -lX11 # Lance Ellinghaus's modules: |