1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mbone/sdr/files/patch-ab
Steve Price bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00

12 lines
329 B
Plaintext

--- sdr/src/Makefile.template.orig Tue May 25 16:27:44 1999
+++ sdr/src/Makefile.template Thu Nov 4 11:05:39 1999
@@ -88,7 +88,7 @@
$(SDR_UI_FILES): tcl2c
parsed_plugins.tcl: ../src/plugin2tcl.tcl
- tclsh8.0 ../src/plugin2tcl.tcl
+ tclsh8.2 ../src/plugin2tcl.tcl
uweb: $(WWWOBJS)
$(CC) -ggdb -o uweb $(WWWOBJS) $(LIBS)