aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python26/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-08-06 14:40:31 +0800
committertg <tg@FreeBSD.org>1997-08-06 14:40:31 +0800
commitbfe9497be923d5e534df6fc31e894124ba66eae9 (patch)
treea0ef748396f9fa1c986519667948c60033dd206d /lang/python26/files
parent456653b34654386578ac39438096f5205a321835 (diff)
downloadfreebsd-ports-gnome-bfe9497be923d5e534df6fc31e894124ba66eae9.tar.gz
freebsd-ports-gnome-bfe9497be923d5e534df6fc31e894124ba66eae9.tar.zst
freebsd-ports-gnome-bfe9497be923d5e534df6fc31e894124ba66eae9.zip
Fix tk-4.1 dependency. While I'm here, add libreadline support.
Diffstat (limited to 'lang/python26/files')
-rw-r--r--lang/python26/files/Setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python26/files/Setup b/lang/python26/files/Setup
index 31336ca6fccf..7a6b60916c47 100644
--- a/lang/python26/files/Setup
+++ b/lang/python26/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: