1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/lang/p5-Tcl/files/patch-aa
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
363 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 => ["-L$ENV{PREFIX}/lib -ltcl82 -lm"],
+ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl8.2"
);