diff options
author | tg <tg@FreeBSD.org> | 1997-08-29 07:04:27 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-08-29 07:04:27 +0000 |
commit | c67fab318e1a7b71057771fb7b62fb736178f77b (patch) | |
tree | f364a6c2f37a465fbff1c0972d1320ad5a4771ba /lang/python27/files | |
parent | 14d531aad3c27dfc717b7e8bffb32e201b0e8b33 (diff) | |
download | FreeBSD-ports-c67fab318e1a7b71057771fb7b62fb736178f77b.zip FreeBSD-ports-c67fab318e1a7b71057771fb7b62fb736178f77b.tar.gz |
Use tk-8.0. Minor makefile cleanups. Add some `@dirrm's in PLIST.
Diffstat (limited to 'lang/python27/files')
-rw-r--r-- | lang/python27/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/Setup b/lang/python27/files/Setup index 7a6b609..cab0cf5 100644 --- a/lang/python27/files/Setup +++ b/lang/python27/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: |