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 /astro/tkseti | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) | |
download | freebsd-ports-bc087374d35aa9c841dd63d44e9c9697702921ed.zip |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'astro/tkseti')
-rw-r--r-- | astro/tkseti/Makefile | 6 | ||||
-rw-r--r-- | astro/tkseti/files/patch-aa | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index b5c5cb766148..e2bf9a1a644d 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -1,5 +1,5 @@ # Ports collection makefile for: tkseti -# Version required: 1.36 +# Version required: 1.42 # Date created: 30 Jun 1999 # Whom: Brett Taylor <brett@peloton.physics.montana.edu> # @@ -7,12 +7,12 @@ # DISTNAME= tkseti-1.46 -CATEGORIES= astro tk80 +CATEGORIES= astro tk82 MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ MAINTAINER= brett@peloton.runet.edu -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 \ +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ setiathome:${PORTSDIR}/astro/setiathome NO_BUILD= yes diff --git a/astro/tkseti/files/patch-aa b/astro/tkseti/files/patch-aa index f8218da2f32e..6a16b7ea0f7f 100644 --- a/astro/tkseti/files/patch-aa +++ b/astro/tkseti/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" ${1+"$@"} -+exec wish8.0 "$0" ${1+"$@"} ++exec wish8.2 "$0" ${1+"$@"} ############################################################################# # Visual Tcl v1.20 Project # |