diff options
author | asami <asami@FreeBSD.org> | 1997-09-24 06:56:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-24 06:56:55 +0000 |
commit | e2f9cf6cb6780ac0ce809160642d19d5b598792b (patch) | |
tree | 460051f74994b85524cf1de2ac19952c16d944a8 /games/tksol/files | |
parent | 8c0bad1200e6d6985688fad8d56c22bfdea8244c (diff) | |
download | FreeBSD-ports-e2f9cf6cb6780ac0ce809160642d19d5b598792b.zip FreeBSD-ports-e2f9cf6cb6780ac0ce809160642d19d5b598792b.tar.gz |
Update to use tk-4.2 (was acting funny with tk-8.0...).
Diffstat (limited to 'games/tksol/files')
-rw-r--r-- | games/tksol/files/patch-a | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tksol/files/patch-a b/games/tksol/files/patch-a index 23502eb..d01cb99 100644 --- a/games/tksol/files/patch-a +++ b/games/tksol/files/patch-a @@ -14,7 +14,7 @@ # Absolute pathname of the wish executable # ############################################ -WISH = /usr/imports/bin/wish -+WISH = ${PREFIX}/bin/wish4.1 ++WISH = ${PREFIX}/bin/wish4.2 #################################################### # Directory where the script tksol will be located # @@ -32,13 +32,13 @@ # Directory where the bitmaps for the faceup cards will be located # #################################################################### -CARDBITMAPS = /homes/bao/src/test/tksol/cardbitmaps -+CARDBITMAPS = ${PREFIX}/lib/tk4.1/tksol/cardbitmaps ++CARDBITMAPS = ${PREFIX}/lib/tk4.2/tksol/cardbitmaps ###################################################################### # Directory where the bitmaps for the facedown cards will be located # ###################################################################### -DOWNBITMAPS = /homes/bao/src/test/tksol/downbitmaps -+DOWNBITMAPS = ${PREFIX}/lib/tk4.1/tksol/downbitmaps ++DOWNBITMAPS = ${PREFIX}/lib/tk4.2/tksol/downbitmaps ##################################################################### # Specify whether your wish has the TkPixmap patch installed or not # |