diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
commit | 3aec0069335c9b2947b9f222ada131db44bc8824 (patch) | |
tree | 6da0be1039c24d1cfc2b2c74787e0941bc61c61e /devel/vtcl/files | |
parent | 84f78e4fa42235cb858025fabff93c031a319031 (diff) | |
download | freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.gz freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.zst freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.zip |
Upgrade to use tcl8.1 and tk8.1.
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 2de7e44da2b3..d95aff2fcfd0 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.0 -f +! #!/usr/local/bin/wish8.1 -f diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab index e89be3cbe90b..36bb1661e66e 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.0 +! PATH_TO_WISH=/usr/local/bin/wish8.1 ! VTCL_HOME=/usr/local/lib/vtcl export PATH_TO_WISH |