Upgrade to use tk8.0

This commit is contained in:
Justin M. Seger 1997-11-22 20:48:41 +00:00
parent 190fcd8f28
commit b427d0b23c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8769
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 #