diff options
author | jseger <jseger@FreeBSD.org> | 1997-11-23 04:48:41 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1997-11-23 04:48:41 +0800 |
commit | 26dd6c2ac3670cafa0e1c95eac07a24b0bc6480a (patch) | |
tree | a2413769ca04148a4946ca467511494fab6d0889 /games | |
parent | ccf35251510b79c5773dcea7cb4f6e18bf6a418a (diff) | |
download | freebsd-ports-gnome-26dd6c2ac3670cafa0e1c95eac07a24b0bc6480a.tar.gz freebsd-ports-gnome-26dd6c2ac3670cafa0e1c95eac07a24b0bc6480a.tar.zst freebsd-ports-gnome-26dd6c2ac3670cafa0e1c95eac07a24b0bc6480a.zip |
Upgrade to use tk8.0
Diffstat (limited to 'games')
-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 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 # |