diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-18 07:51:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-18 07:51:05 +0000 |
commit | fd090c3bdb2a94b91d22295f1285c00faf807e48 (patch) | |
tree | 7d973476e9a1d1918d77e5fb4f527775d9dc5811 /emulators/frodo | |
parent | Update to new Version 3.01 (diff) |
Updated to use Tcl/Tk 8.3
Diffstat (limited to 'emulators/frodo')
-rw-r--r-- | emulators/frodo/Makefile | 4 | ||||
-rw-r--r-- | 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; |