mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
aea3c74358
o Upgrade dependency on tcl/tk to 8.4. PR: ports-jp/14620 Submitted by: Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
--- Makefile.in.orig Wed Mar 10 22:31:11 2004
|
|
+++ Makefile.in Wed Mar 10 22:34:54 2004
|
|
@@ -103,10 +103,10 @@
|
|
$(LIBRARY_TCL)/http2.1/http.tcl
|
|
TCL_83_LIBRARY_FILES = \
|
|
$(TCL_BASE_LIBRARY_FILES) \
|
|
- $(LIBRARY_TCL)/http2.3/http.tcl
|
|
+ $(LIBRARY_TCL)/http2.4/http.tcl
|
|
TCL_84_LIBRARY_FILES = \
|
|
$(TCL_BASE_LIBRARY_FILES) \
|
|
- $(LIBRARY_TCL)/http/http.tcl
|
|
+ $(LIBRARY_TCL)/http2.4/http.tcl
|
|
|
|
TCL_LIBRARY_FILES = \
|
|
@V_TCL_LIBRARY_FILES@
|