diff options
author | tg <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-20 14:35:31 +0000 |
commit | 91641781addc93411abec99c00303ad5cb7395b1 (patch) | |
tree | 005bfb0785d22f0b489f32ab6f74f7d98052acff /audio/xcd/scripts | |
parent | 0e42f031d9106e981e9ac6303fdbc495c5b72909 (diff) | |
download | FreeBSD-ports-91641781addc93411abec99c00303ad5cb7395b1.zip FreeBSD-ports-91641781addc93411abec99c00303ad5cb7395b1.tar.gz |
Back out changes to use tcl81.
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
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 15f1c6b..d2d74e8 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.1/' < xcd.in~ > xcd.in +sed -e 's/wish4\.1/wish8.0/' < xcd.in~ > xcd.in exit 0; |