diff options
author | jwise <jwise> | 2000-09-05 17:15:44 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-05 17:15:44 +0000 |
commit | c1b9e2012acefd6f10779954ca1160fb9fab3026 (patch) | |
tree | 1f94c04ee3b89d27a5af50e61db304191782ce3c /lang | |
parent | adc092c02b634233ae41ca7335aae03f3b5f9dae (diff) | |
download | pkgsrc-c1b9e2012acefd6f10779954ca1160fb9fab3026.tar.gz |
Add and enable tk-expect.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 16b861dab23..4df7e99fc38 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2000/09/05 16:24:23 jwise Exp $ +# $NetBSD: Makefile,v 1.62 2000/09/05 17:15:44 jwise Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -55,6 +55,7 @@ SUBDIR += tcl SUBDIR += tcl-expect SUBDIR += tclX80 + SUBDIR += tk-expect SUBDIR += ucblogo .include "../mk/bsd.pkg.subdir.mk" |