diff options
author | tg <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
commit | 91641781addc93411abec99c00303ad5cb7395b1 (patch) | |
tree | 005bfb0785d22f0b489f32ab6f74f7d98052acff /devel/vtcl/files | |
parent | 0e42f031d9106e981e9ac6303fdbc495c5b72909 (diff) | |
download | FreeBSD-ports-91641781addc93411abec99c00303ad5cb7395b1.zip FreeBSD-ports-91641781addc93411abec99c00303ad5cb7395b1.tar.gz |
Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
Diffstat (limited to 'devel/vtcl/files')
-rw-r--r-- | devel/vtcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/vtcl/files/patch-ab | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/vtcl/files/patch-aa b/devel/vtcl/files/patch-aa index d95aff2..2de7e44d 100644 --- a/devel/vtcl/files/patch-aa +++ b/devel/vtcl/files/patch-aa @@ -4,4 +4,4 @@ *** 1,1 **** ! #!/usr/bin/wish -f --- 1,1 ---- -! #!/usr/local/bin/wish8.1 -f +! #!/usr/local/bin/wish8.0 -f diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab index 36bb166..e89be3c 100644 --- a/devel/vtcl/files/patch-ab +++ b/devel/vtcl/files/patch-ab @@ -12,7 +12,7 @@ --- 1,7 ---- #!/bin/sh -! PATH_TO_WISH=/usr/local/bin/wish8.1 +! PATH_TO_WISH=/usr/local/bin/wish8.0 ! VTCL_HOME=/usr/local/lib/vtcl export PATH_TO_WISH |