diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-31 02:11:41 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-31 02:11:41 +0000 |
commit | ad5fcf7962adc649aedda8e9e376f5bd99d2fab2 (patch) | |
tree | db062da3989d713d1d74f9ce575aa9cc849a3cd7 /lang | |
parent | 7814a395a5aa8ea02c5474663f4dc12798e62d0d (diff) | |
download | pkgsrc-ad5fcf7962adc649aedda8e9e376f5bd99d2fab2.tar.gz |
Be maintainer of this one. I will be splitting it into expect and expectk
components, and updating it to the current version of expect.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/expect/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index a29d3c1f075..da41ccdd31e 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/08/06 09:50:01 agc Exp $ +# $NetBSD: Makefile,v 1.19 2000/08/31 02:11:41 jwise Exp $ # FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp # @@ -7,10 +7,10 @@ PKGNAME= expect-5.25 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_BACKUP} -MAINTAINER= packages@netbsd.org +MAINTAINER= jwise@netbsd.org HOMEPAGE= http://expect.nist.gov/ -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk WRKSRC= ${WRKDIR}/expect-5.25 |