mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
03437e0212
I'm here.
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
--- Makefile.PL.orig Sat Aug 29 12:25:14 1998
|
|
+++ Makefile.PL Sat Aug 29 12:25:52 1998
|
|
@@ -2,6 +2,6 @@
|
|
WriteMakefile(
|
|
NAME => "Tcl",
|
|
VERSION => "b2",
|
|
- LIBS => ["-ltcl -lm"],
|
|
- INC => "-I/usr/local/include -I/usr/include/tcl"
|
|
+ LIBS => ["-ltcl76 -lm"],
|
|
+ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl7.6"
|
|
);
|