diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
commit | 3aec0069335c9b2947b9f222ada131db44bc8824 (patch) | |
tree | 6da0be1039c24d1cfc2b2c74787e0941bc61c61e /games/tksol | |
parent | 84f78e4fa42235cb858025fabff93c031a319031 (diff) | |
download | freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.gz freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.zst freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.zip |
Upgrade to use tcl8.1 and tk8.1.
Diffstat (limited to 'games/tksol')
-rw-r--r-- | games/tksol/Makefile | 6 | ||||
-rw-r--r-- | games/tksol/files/patch-a | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/tksol/Makefile b/games/tksol/Makefile index b3a87fe28e4a..e2122363b452 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -3,17 +3,17 @@ # Date created: 26 June 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.8 1997/09/24 06:56:48 asami Exp $ +# $Id: Makefile,v 1.9 1997/11/22 20:48:34 jseger Exp $ # DISTNAME= tksol-1.0 -CATEGORIES= games tk80 +CATEGORIES= games tk81 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/tk80 +RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/release diff --git a/games/tksol/files/patch-a b/games/tksol/files/patch-a index f68768b2b93c..9305876571a0 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.1 #################################################### # Directory where the script tksol will be located # |