summaryrefslogtreecommitdiff
path: root/lang/tk-expect
diff options
context:
space:
mode:
authorjwise <jwise>2000-09-05 17:21:13 +0000
committerjwise <jwise>2000-09-05 17:21:13 +0000
commitea8f03e817f6a7a27bf857308fc9ef2ed0310668 (patch)
tree3ae92aeb84f5840303d770b2590cffdb60ea6ca4 /lang/tk-expect
parent503b06acf5c3efeb4e8e27b355a85777da88e08e (diff)
downloadpkgsrc-ea8f03e817f6a7a27bf857308fc9ef2ed0310668.tar.gz
Fix dependency on tcl-expect, and trim comment to within 70 lines.
Diffstat (limited to 'lang/tk-expect')
-rw-r--r--lang/tk-expect/Makefile3
-rw-r--r--lang/tk-expect/pkg/COMMENT2
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile
index 13edb54dbdc..c72d521c5ab 100644
--- a/lang/tk-expect/Makefile
+++ b/lang/tk-expect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/09/05 17:13:30 jwise Exp $
+# $NetBSD: Makefile,v 1.2 2000/09/05 17:21:13 jwise Exp $
#
DISTNAME= expect
@@ -10,6 +10,7 @@ MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://expect.nist.gov/
DEPENDS+= tcl-8.3.2:../../lang/tcl
+DEPENDS+= tcl-expect-5.32.1:../../lang/tcl-expect
WRKSRC= ${WRKDIR}/expect-5.32
DIST_SUBDIR= expect-5.32.1
diff --git a/lang/tk-expect/pkg/COMMENT b/lang/tk-expect/pkg/COMMENT
index 87650e5fe2e..97a24aeca06 100644
--- a/lang/tk-expect/pkg/COMMENT
+++ b/lang/tk-expect/pkg/COMMENT
@@ -1 +1 @@
-expectk, a tcl interpreter with both the expect and tk extensions built in.
+a tcl interpreter with both the expect and tk extensions built in.