diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /lang/p5-Tcl | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) | |
download | ports-bc087374d35aa9c841dd63d44e9c9697702921ed.tar.gz ports-bc087374d35aa9c841dd63d44e9c9697702921ed.zip |
Notes
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r-- | lang/p5-Tcl/Makefile | 2 | ||||
-rw-r--r-- | lang/p5-Tcl/files/patch-aa | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 431fc884cc7a..7eed48144a64 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= Tcl MAINTAINER= jfitz@FreeBSD.org -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 USE_PERL5= YES diff --git a/lang/p5-Tcl/files/patch-aa b/lang/p5-Tcl/files/patch-aa index d79a7ddd4d64..f2bc4835e595 100644 --- a/lang/p5-Tcl/files/patch-aa +++ b/lang/p5-Tcl/files/patch-aa @@ -6,6 +6,6 @@ VERSION => "b2", - LIBS => ["-ltcl -lm"], - INC => "-I/usr/local/include -I/usr/include/tcl" -+ LIBS => ["-L$ENV{PREFIX}/lib -ltcl80 -lm"], -+ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl8.0" ++ LIBS => ["-L$ENV{PREFIX}/lib -ltcl82 -lm"], ++ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl8.2" ); |