summaryrefslogtreecommitdiff
path: root/x11-fm/filerunner/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-02-24 21:43:51 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-02-24 21:43:51 +0000
commit3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch)
tree9137a73e7f46f611647c62150ba20da9a5009917 /x11-fm/filerunner/files
parentactivate sendfile (diff)
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes: svn path=/head/; revision=9912
Diffstat (limited to 'x11-fm/filerunner/files')
-rw-r--r--x11-fm/filerunner/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/filerunner/files/patch-aa b/x11-fm/filerunner/files/patch-aa
index 89fa1b2cfbba..692d074162e9 100644
--- a/x11-fm/filerunner/files/patch-aa
+++ b/x11-fm/filerunner/files/patch-aa
@@ -7,8 +7,8 @@
-TCLINC = /usr/local/lib/tcl8.0
-TKINC = /usr/local/lib/tk8.0
-X11INC = /usr/X11/include
-+TCLINC = ${PREFIX}/include/tcl8.0
-+TKINC = ${PREFIX}/include/tk8.0
++TCLINC = ${PREFIX}/include/tcl8.1
++TKINC = ${PREFIX}/include/tk8.1
+X11INC = ${X11BASE}/include
-CFLAGS = -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC)