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/splaytk | |
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 '')
-rw-r--r-- | audio/splaytk/Makefile | 2 | ||||
-rw-r--r-- | audio/splaytk/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/splaytk/Makefile b/audio/splaytk/Makefile index f41055083311..a6ac4e63d66d 100644 --- a/audio/splaytk/Makefile +++ b/audio/splaytk/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= apps/sound/players MAINTAINER= brett@peloton.runet.edu RUN_DEPENDS= splay:${PORTSDIR}/audio/splay \ - wish8.0:${PORTSDIR}/x11-toolkits/tk80 + wish8.2:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/splay-tk-2.0 diff --git a/audio/splaytk/files/patch-aa b/audio/splaytk/files/patch-aa index cc2366b89bd3..9f19c941bb7f 100644 --- a/audio/splaytk/files/patch-aa +++ b/audio/splaytk/files/patch-aa @@ -5,7 +5,7 @@ --- 1,9 ---- + #!/bin/sh + # start up wish \ -+ exec wish8.0 "$0" "$@" ++ exec wish8.2 "$0" "$@" + + set libdir /usr/local/lib/splay-tk + set images ${libdir} |