summaryrefslogtreecommitdiff
path: root/games/tksol
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-11-22 20:48:41 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-11-22 20:48:41 +0000
commitb427d0b23c3e2b7bde319183c254589556df3ae3 (patch)
treef59e2625fd0e22a26ed0401f689241f356afb3fa /games/tksol
parentUpgrade to use tk80. Clean up a few things pointed out by portlint. (diff)
Upgrade to use tk8.0
Notes
Notes: svn path=/head/; revision=8769
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 7ee5eab482f7..b3a87fe28e4a 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.7 1997/04/20 13:19:05 wosch Exp $
+# $Id: Makefile,v 1.8 1997/09/24 06:56:48 asami Exp $
#
DISTNAME= tksol-1.0
-CATEGORIES= games tk42
+CATEGORIES= games tk80
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/
EXTRACT_SUFX= .tar.Z
MAINTAINER= tg@freebsd.org
-RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42
+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 30e50be5d94d..f68768b2b93c 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/wish4.2
++WISH = ${PREFIX}/bin/wish8.0
####################################################
# Directory where the script tksol will be located #