Updated to use Tcl/Tk 8.3

This commit is contained in:
Dirk Meyer 2001-03-18 07:51:05 +00:00
parent 8e4bdbe9e5
commit fd090c3bdb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39999
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;