diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 02:35:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-12 02:35:26 +0000 |
commit | 2f3e3f67b5c0eecf2ef7673479d330756c5e2717 (patch) | |
tree | 490197edd2d4cf9e1db35fcd8d5d382aa8630e33 /lang/p5-Tcl | |
parent | 4e4b2aa61e6d8a653b7705615616b6703757c184 (diff) | |
download | ports-2f3e3f67b5c0eecf2ef7673479d330756c5e2717.tar.gz ports-2f3e3f67b5c0eecf2ef7673479d330756c5e2717.zip |
Notes
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r-- | lang/p5-Tcl/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p5-Tcl/files/patch-aa b/lang/p5-Tcl/files/patch-aa index f2bc4835e595..8a764581870e 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 -ltcl82 -lm"], -+ INC => "-I$ENV{PREFIX}/include -I$ENV{PREFIX}/include/tcl8.2" ++ LIBS => ["-L\${PREFIX}/lib -ltcl82 -lm"], ++ INC => "-I\${PREFIX}/include -I\${PREFIX}/include/tcl8.2" ); |