diff options
-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 # |