summaryrefslogtreecommitdiffstats
path: root/lang/python23/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-08-06 06:40:31 +0000
committertg <tg@FreeBSD.org>1997-08-06 06:40:31 +0000
commitbfe9497be923d5e534df6fc31e894124ba66eae9 (patch)
treea0ef748396f9fa1c986519667948c60033dd206d /lang/python23/files
parent456653b34654386578ac39438096f5205a321835 (diff)
downloadFreeBSD-ports-bfe9497be923d5e534df6fc31e894124ba66eae9.zip
FreeBSD-ports-bfe9497be923d5e534df6fc31e894124ba66eae9.tar.gz
Fix tk-4.1 dependency. While I'm here, add libreadline support.
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 31336ca..7a6b609 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/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib -ltk41 -ltcl75 -lX11
+_tkinter _tkinter.c -I${PREFIX}/include/tk4.1 -I${X11BASE}/include -L${PREFIX}/lib -L${X11BASE}/lib -ltk41 -ltcl75 -lX11
# Lance Ellinghaus's modules:
OpenPOWER on IntegriCloud