From fd090c3bdb2a94b91d22295f1285c00faf807e48 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 18 Mar 2001 07:51:05 +0000 Subject: [PATCH] Updated to use Tcl/Tk 8.3 --- emulators/frodo/Makefile | 4 ++-- emulators/frodo/files/patch-C64_x.i | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 620c58feaa6e..0ddf961c334e 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -7,14 +7,14 @@ PORTNAME= frodo PORTVERSION= 4.1a -CATEGORIES= emulators tk82 +CATEGORIES= emulators tk83 MASTER_SITES= ftp://metalab.unc.edu/pub/micro/commodore/crossplatform/emulators/Frodo/ \ ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/Frodo/ DISTNAME= FrodoV4_1a.Src MAINTAINER= dirk.meyer@dinoex.sub.org -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 USE_X_PREFIX= YES ALL_TARGET= Frodo diff --git a/emulators/frodo/files/patch-C64_x.i b/emulators/frodo/files/patch-C64_x.i index 39818e62e134..a2b4a23d6673 100644 --- a/emulators/frodo/files/patch-C64_x.i +++ b/emulators/frodo/files/patch-C64_x.i @@ -5,7 +5,7 @@ #else // try to start up Tk gui. - gui = new CmdPipe("wish", "TkGui.tcl"); -+ gui = new CmdPipe("wish8.2", "TkGui.tcl"); ++ gui = new CmdPipe("wish8.3", "TkGui.tcl"); if (gui) { if (gui->fail) { delete gui; gui = 0;