diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-05 16:24:23 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-05 16:24:23 +0000 |
commit | 5c58ffe8f1395a82ae655265dfbe03903bae6697 (patch) | |
tree | cc43c5621c47e454da3cd56c2902b9e7f9cb37f3 | |
parent | 964fe00602f95d6226cd6aeab7155f4acdc6c28a (diff) | |
download | pkgsrc-5c58ffe8f1395a82ae655265dfbe03903bae6697.tar.gz |
Disable expect, add note explaining that it will be removed when tk-expect
is imported.
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3fc78a71330..16b861dab23 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2000/09/05 16:23:09 jwise Exp $ +# $NetBSD: Makefile,v 1.61 2000/09/05 16:24:23 jwise Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -14,7 +14,7 @@ SUBDIR += egcs SUBDIR += elisp-manual SUBDIR += elk - SUBDIR += expect +# SUBDIR += expect # obsoleted by tcl-expect, will be removed when tk-expect is committed. SUBDIR += f2c SUBDIR += fort77 SUBDIR += gawk |