diff options
author | tg <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
commit | 91641781addc93411abec99c00303ad5cb7395b1 (patch) | |
tree | 005bfb0785d22f0b489f32ab6f74f7d98052acff /games/tksol | |
parent | 0e42f031d9106e981e9ac6303fdbc495c5b72909 (diff) | |
download | FreeBSD-ports-91641781addc93411abec99c00303ad5cb7395b1.zip FreeBSD-ports-91641781addc93411abec99c00303ad5cb7395b1.tar.gz |
Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
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 e212236..a25e0c1 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -7,13 +7,13 @@ # DISTNAME= tksol-1.0 -CATEGORIES= games tk81 +CATEGORIES= games tk80 MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@freebsd.org -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release diff --git a/games/tksol/files/patch-a b/games/tksol/files/patch-a index 9305876..f68768b2 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.1 ++WISH = ${PREFIX}/bin/wish8.0 #################################################### # Directory where the script tksol will be located # |