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/bogged | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) | |
download | ports-bc087374d35aa9c841dd63d44e9c9697702921ed.tar.gz ports-bc087374d35aa9c841dd63d44e9c9697702921ed.zip |
Notes
Diffstat (limited to 'games/bogged')
-rw-r--r-- | games/bogged/Makefile | 2 | ||||
-rw-r--r-- | games/bogged/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/bogged/Makefile b/games/bogged/Makefile index 1bff553948ea..ac5115c81a01 100644 --- a/games/bogged/Makefile +++ b/games/bogged/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .gz MAINTAINER= andy@icc.surw.chel.su -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= diff --git a/games/bogged/files/patch-aa b/games/bogged/files/patch-aa index f303074519f5..c34a7d5be4fd 100644 --- a/games/bogged/files/patch-aa +++ b/games/bogged/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "$@" -+exec wish8.0 "$0" "$@" ++exec wish8.2 "$0" "$@" # # Bogged is Copyright 1998 Todd David Rudick |