summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-11-05 17:32:15 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-11-05 17:32:15 +0000
commitd6a131d733cf766a24e0696af5dc3335a10f8d69 (patch)
tree5d49d99c4f2f841a80dc4c309a38db889634f1d2 /games
parentSwitch to tcl/tk8.2 (diff)
Switch to tcl/tk 8.2
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=22929
Diffstat (limited to 'games')
-rw-r--r--games/klondike/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile
index a121737c77b8..cfefc09b5fce 100644
--- a/games/klondike/Makefile
+++ b/games/klondike/Makefile
@@ -7,17 +7,17 @@
#
DISTNAME= klondike-1.9
-CATEGORIES= games tk42
+CATEGORIES= games tk82
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= faber@isi.edu
-RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
--mandir=${PREFIX}/man
-CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish4.2
+CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2
MAN6= klondike.6
.include <bsd.port.mk>