summaryrefslogtreecommitdiff
path: root/audio/xcd/scripts
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:17:25 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:17:25 +0000
commite284d120cca1cde47e9e675ab01f5e268d11b264 (patch)
tree33a148abeea050a2dd4a6a328f0e1a6377b9a3a5 /audio/xcd/scripts
parentCope with ANSI C++'isms when gcc 2.95 is the system compiler. (diff)
Update to use Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=23472
Diffstat (limited to 'audio/xcd/scripts')
-rw-r--r--audio/xcd/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xcd/scripts/configure b/audio/xcd/scripts/configure
index d2d74e8a2f9c..862c73461b5c 100644
--- a/audio/xcd/scripts/configure
+++ b/audio/xcd/scripts/configure
@@ -11,5 +11,5 @@ MANDIR = $PREFIX/man/man1
END
mv xcd.in xcd.in~
-sed -e 's/wish4\.1/wish8.0/' < xcd.in~ > xcd.in
+sed -e 's/wish8\.0/wish8.2/' < xcd.in~ > xcd.in
exit 0;