diff options
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 |