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 /audio/snowstar | |
parent | gcc 2.95 requires us to be explicit about the return type of functions. (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'audio/snowstar')
-rw-r--r-- | audio/snowstar/Makefile | 2 | ||||
-rw-r--r-- | audio/snowstar/files/patch-aa | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/audio/snowstar/Makefile b/audio/snowstar/Makefile index c6d90301a530..04963f6adc38 100644 --- a/audio/snowstar/Makefile +++ b/audio/snowstar/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar MAINTAINER= fenner@FreeBSD.Org RUN_DEPENDS= rio:${PORTSDIR}/audio/rio \ - wish8.0:${PORTSDIR}/x11-toolkits/tk80 + wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= true NO_WRKSUBDIR= true diff --git a/audio/snowstar/files/patch-aa b/audio/snowstar/files/patch-aa new file mode 100644 index 000000000000..f7971a8c1974 --- /dev/null +++ b/audio/snowstar/files/patch-aa @@ -0,0 +1,8 @@ +--- snowstar.tcl.orig Thu Nov 4 12:23:29 1999 ++++ snowstar.tcl Thu Nov 4 12:24:19 1999 +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#!/usr/local/bin/wish8.2 + wm title . "Snowstar 0.75.5" + wm minsize . 320 240 + wm resizable . 1 1 |