From 8f042a171a35127a844c4a4f764a9d0463da7785 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 29 Aug 1997 07:04:27 +0000 Subject: Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST. --- lang/python15/files/Setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python15/files') diff --git a/lang/python15/files/Setup b/lang/python15/files/Setup index 7a6b60916c47..cab0cf57b1a5 100644 --- a/lang/python15/files/Setup +++ b/lang/python15/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: -- cgit v1.2.3