summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjwise <jwise>2000-09-05 17:21:13 +0000
committerjwise <jwise>2000-09-05 17:21:13 +0000
commit17465c24fcf78504d735e4627a0f963e3b1003a9 (patch)
tree3ae92aeb84f5840303d770b2590cffdb60ea6ca4 /lang
parentc1b9e2012acefd6f10779954ca1160fb9fab3026 (diff)
downloadpkgsrc-17465c24fcf78504d735e4627a0f963e3b1003a9.tar.gz
Fix dependency on tcl-expect, and trim comment to within 70 lines.
Diffstat (limited to 'lang')
-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.