diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-07-20 21:31:53 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-07-20 21:31:53 +0000 |
commit | 33be35ac759806cb92df0ef6c2b7524b6f12d666 (patch) | |
tree | 005d8e149ec1c11f4c28d025bbd41ede4c394106 /games/tkmoo/files | |
parent | add lfm (diff) |
Update port to 0.3.28.
Make this port depend on wish-8.3 instead of wish-8.2.
Reorder pkg-plist.
Notes
Notes:
svn path=/head/; revision=45300
Diffstat (limited to 'games/tkmoo/files')
-rw-r--r-- | games/tkmoo/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tkmoo/files/patch-aa b/games/tkmoo/files/patch-aa index dda43e0887df..8dc714b84ba8 100644 --- a/games/tkmoo/files/patch-aa +++ b/games/tkmoo/files/patch-aa @@ -18,8 +18,8 @@ WISH4.2 = /usr/local/bin/wish4.2 -WISH8.0 = /usr/local/bin/wish8.0 -WISH = $(WISH8.0) -+WISH8.2 ?= /usr/local/bin/wish8.2 -+WISH = $(WISH8.2) ++WISH8.3 ?= /usr/local/bin/wish8.3 ++WISH = $(WISH8.3) # ---------------- NO NEED TO CHANGE ANYTHING BELOW THIS LINE --------------- |