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 /games/tksol | |
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 'games/tksol')
-rw-r--r-- | games/tksol/Makefile | 4 | ||||
-rw-r--r-- | games/tksol/files/patch-a | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/tksol/Makefile b/games/tksol/Makefile index 3d5bae5..e30da48 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -7,13 +7,13 @@ # DISTNAME= tksol-1.0 -CATEGORIES= games tk80 +CATEGORIES= games tk82 MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@FreeBSD.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release diff --git a/games/tksol/files/patch-a b/games/tksol/files/patch-a index f68768b2..81c49eb 100644 --- a/games/tksol/files/patch-a +++ b/games/tksol/files/patch-a @@ -14,7 +14,7 @@ # Absolute pathname of the wish executable # ############################################ -WISH = /usr/imports/bin/wish -+WISH = ${PREFIX}/bin/wish8.0 ++WISH = ${PREFIX}/bin/wish8.2 #################################################### # Directory where the script tksol will be located # |