diff options
-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 5170cb7f298..46b94ed4667 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/09/01 17:58:05 jwise Exp $ +# $NetBSD: Makefile,v 1.21 2000/09/03 15:04:20 wiz Exp $ # FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp # @@ -7,13 +7,13 @@ PKGNAME= expect-5.25 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_BACKUP} -BROKEN= This package has not yet been updated to work with tcl-8.3.2. - MAINTAINER= jwise@netbsd.org HOMEPAGE= http://expect.nist.gov/ DEPENDS+= tk-8.3.2:../../x11/tk +BROKEN= This package has not yet been updated to work with tcl-8.3.2. + WRKSRC= ${WRKDIR}/expect-5.25 GNU_CONFIGURE= yes |