1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Doesn't run with TCL 8.2

Corrected this ... revert to TK8.0
This commit is contained in:
Andreas Klemm 2000-01-03 21:59:06 +00:00
parent 4b7882ae4c
commit acfc256d67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24396
3 changed files with 4 additions and 4 deletions

View File

@ -8,12 +8,12 @@
DISTNAME= SpecTcl1.1
PKGNAME= SpecTcl-1.1
CATEGORIES= devel tk82
CATEGORIES= devel tk80
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/guitools/
MAINTAINER= andreas@FreeBSD.org
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
NO_BUILD= yes

View File

@ -9,7 +9,7 @@
# Change WISH to the pathname of your tk4.1a2 (or >) wish binary
-WISH=`which wish`
+WISH=wish8.2
+WISH=wish8.0
env SPECTCL_DIR=$DIR $WISH $DIR/main.tk $@ &
echo "Starting SpecTcl 1.1"

View File

@ -9,7 +9,7 @@
# Change WISH to the pathname of your tk4.1a2 (or >) wish binary
-WISH=`which wish`
+WISH=wish8.2
+WISH=wish8.0
env SPECTCL_DIR=$DIR $WISH $DIR/main.tk -java $@ &
echo "Starting SpecTcl 1.0"