aboutsummaryrefslogtreecommitdiff
path: root/emulators/frodo
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-03-18 07:51:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-03-18 07:51:05 +0000
commitfd090c3bdb2a94b91d22295f1285c00faf807e48 (patch)
tree7d973476e9a1d1918d77e5fb4f527775d9dc5811 /emulators/frodo
parent8e4bdbe9e5ca2095d8ff2a8a3ca644aae1294ef6 (diff)
downloadports-fd090c3bdb2a94b91d22295f1285c00faf807e48.tar.gz
ports-fd090c3bdb2a94b91d22295f1285c00faf807e48.zip
Updated to use Tcl/Tk 8.3
Notes
Notes: svn path=/head/; revision=39999
Diffstat (limited to 'emulators/frodo')
-rw-r--r--emulators/frodo/Makefile4
-rw-r--r--emulators/frodo/files/patch-C64_x.i2
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;