diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch) | |
tree | 9137a73e7f46f611647c62150ba20da9a5009917 /audio/xcd/scripts | |
parent | activate sendfile (diff) |
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes:
svn path=/head/; revision=9912
Diffstat (limited to 'audio/xcd/scripts')
-rw-r--r-- | audio/xcd/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xcd/scripts/configure b/audio/xcd/scripts/configure index d2d74e8a2f9c..15f1c6b4e8a8 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/wish4\.1/wish8.1/' < xcd.in~ > xcd.in exit 0; |