diff options
author | jseger <jseger@FreeBSD.org> | 1999-11-06 01:32:15 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-11-06 01:32:15 +0800 |
commit | 16d6b6136b6ca959e1c897237f9343b60c2d0cb1 (patch) | |
tree | 25e15b61347622100c8ea32aef3e25ef6543bfb3 /games | |
parent | 4a03b673383ab86252f50a80faecbe003f60bd3b (diff) | |
download | freebsd-ports-gnome-16d6b6136b6ca959e1c897237f9343b60c2d0cb1.tar.gz freebsd-ports-gnome-16d6b6136b6ca959e1c897237f9343b60c2d0cb1.tar.zst freebsd-ports-gnome-16d6b6136b6ca959e1c897237f9343b60c2d0cb1.zip |
Switch to tcl/tk 8.2
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/klondike/Makefile | 6 |
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> |