diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-05 17:21:13 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-05 17:21:13 +0000 |
commit | c5529d168cd5dd065ff020c21badf93c72c4b265 (patch) | |
tree | 3ae92aeb84f5840303d770b2590cffdb60ea6ca4 /lang/tk-expect | |
parent | 40cc74648c35be38cc39a9c236d720b782d7df4c (diff) | |
download | pkgsrc-c5529d168cd5dd065ff020c21badf93c72c4b265.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/Makefile | 3 | ||||
-rw-r--r-- | lang/tk-expect/pkg/COMMENT | 2 |
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. |