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 /net-im/tik/Makefile | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes:
svn path=/head/; revision=23474
Diffstat (limited to 'net-im/tik/Makefile')
-rw-r--r-- | net-im/tik/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/tik/Makefile b/net-im/tik/Makefile index 39c00acae2ae..0ec799cf9c63 100644 --- a/net-im/tik/Makefile +++ b/net-im/tik/Makefile @@ -7,14 +7,14 @@ # DISTNAME= tik-0.59 -CATEGORIES= net tk80 +CATEGORIES= net tk82 MASTER_SITES= http://www.aim.aol.com/tik/ \ http://www.nectar.com/distfiles/ MAINTAINER= astralblue@usa.net -RUN_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ - wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 \ + wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes WRKSRC= ${WRKDIR}/tik |