aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-08-29 07:04:27 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-08-29 07:04:27 +0000
commit8f042a171a35127a844c4a4f764a9d0463da7785 (patch)
tree7b254b1ef1771ff978e2e2e298df1e5dbd384218 /lang/python23/files
parent9f11cd95b3603c5b8fb1775a76bc909306fcb177 (diff)
downloadports-8f042a171a35127a844c4a4f764a9d0463da7785.tar.gz
ports-8f042a171a35127a844c4a4f764a9d0463da7785.zip
Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST.
Notes
Notes: svn path=/head/; revision=7719
Diffstat (limited to 'lang/python23/files')
-rw-r--r--lang/python23/files/Setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python23/files/Setup b/lang/python23/files/Setup
index 7a6b60916c47..cab0cf57b1a5 100644
--- a/lang/python23/files/Setup
+++ b/lang/python23/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: