diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /misc/tkrunit | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.gz freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.zst freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.zip |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'misc/tkrunit')
-rw-r--r-- | misc/tkrunit/Makefile | 2 | ||||
-rw-r--r-- | misc/tkrunit/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkrunit/Makefile b/misc/tkrunit/Makefile index 8fd67876ec5f..38ea9cfb7386 100644 --- a/misc/tkrunit/Makefile +++ b/misc/tkrunit/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.cs.columbia.edu/~etgold/software/tkRunIt/ MAINTAINER= steve@farrell.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes diff --git a/misc/tkrunit/files/patch-aa b/misc/tkrunit/files/patch-aa index 538125555eee..d9484f6adf27 100644 --- a/misc/tkrunit/files/patch-aa +++ b/misc/tkrunit/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # the next line restarts using wish \ - exec wish "$0" "$@" -+ exec wish8.0 "$0" "$@" ++ exec wish8.2 "$0" "$@" #!/usr/local/bin/wish ## runit (tkRunIt) 12/4/98 |