diff options
author | asami <asami@FreeBSD.org> | 1999-01-25 14:10:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-25 14:10:06 +0800 |
commit | 2443e96599cdbf6dcea07e093b156c35c42ac603 (patch) | |
tree | e17c4e94792762c0afa8dfe65102c414f0ac2d16 /lang | |
parent | 32c218074838ff02bf66cf71220df8536ed788e1 (diff) | |
download | freebsd-ports-graphics-2443e96599cdbf6dcea07e093b156c35c42ac603.tar.gz freebsd-ports-graphics-2443e96599cdbf6dcea07e093b156c35c42ac603.tar.zst freebsd-ports-graphics-2443e96599cdbf6dcea07e093b156c35c42ac603.zip |
Typo (tck81-thread -> tcl81-thread).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5a5362eca20..be828750d32 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.122 1999/01/18 04:51:04 steve Exp $ +# $Id: Makefile,v 1.123 1999/01/21 18:22:23 ejc Exp $ # SUBDIR += ETHOberonV4 @@ -81,7 +81,7 @@ SUBDIR += tcl76 SUBDIR += tcl80 SUBDIR += tcl81 - SUBDIR += tck81-thread + SUBDIR += tcl81-thread SUBDIR += tclX75 SUBDIR += tclX80 SUBDIR += tclplugin |