diff options
author | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /emulators/frodo | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.zip FreeBSD-ports-08c63c7539787146848177b39e6859b9318119c8.tar.gz |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'emulators/frodo')
-rw-r--r-- | emulators/frodo/Makefile | 5 | ||||
-rw-r--r-- | emulators/frodo/files/patch-C64_x.i | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index 17f42d2..cc99648 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -4,15 +4,16 @@ # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ +# DISTNAME= FrodoV4_1a.Src PKGNAME= frodo-4.1 -CATEGORIES= emulators tk80 +CATEGORIES= emulators tk82 MASTER_SITES= ftp://sunsite.unc.edu/pub/micro/commodore/crossplatform/emulators/unix/ MAINTAINER= dirk.meyer@dinoex.sub.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 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 89e4dcd..39818e6 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.0", "TkGui.tcl"); ++ gui = new CmdPipe("wish8.2", "TkGui.tcl"); if (gui) { if (gui->fail) { delete gui; gui = 0; |