aboutsummaryrefslogtreecommitdiffstats
path: root/games/tksol
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-02-25 05:43:51 +0800
committerjseger <jseger@FreeBSD.org>1998-02-25 05:43:51 +0800
commit3aec0069335c9b2947b9f222ada131db44bc8824 (patch)
tree6da0be1039c24d1cfc2b2c74787e0941bc61c61e /games/tksol
parent84f78e4fa42235cb858025fabff93c031a319031 (diff)
downloadfreebsd-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/Makefile6
-rw-r--r--games/tksol/files/patch-a2
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 #