diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-03-18 07:51:05 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-03-18 07:51:05 +0000 |
commit | 5aaabc7019ad5fa184b092004393525679ddecf6 (patch) | |
tree | 3cc81cba6c797e8d2168b5f29f8596b21fd7f768 /emulators | |
parent | 9d32c9804a801076f04ecc230626ae9eb0b1521c (diff) | |
download | FreeBSD-ports-5aaabc7019ad5fa184b092004393525679ddecf6.zip FreeBSD-ports-5aaabc7019ad5fa184b092004393525679ddecf6.tar.gz |
Updated to use Tcl/Tk 8.3
Diffstat (limited to 'emulators')
-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 620c58f..0ddf961 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 39818e6..a2b4a23 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; |