diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /games/merlin/Makefile | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes:
svn path=/head/; revision=23474
Diffstat (limited to 'games/merlin/Makefile')
-rw-r--r-- | games/merlin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/merlin/Makefile b/games/merlin/Makefile index bb1b33560df3..992078232b35 100644 --- a/games/merlin/Makefile +++ b/games/merlin/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://outoften.doc.ic.ac.uk/~np2/software/download/ MAINTAINER= andy@icc.surw.chel.su -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes USE_X_PREFIX= yes |