diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 15:04:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 15:04:20 +0000 |
commit | 3cdcc59ac8381f677eb30fcfc315cbe03b084988 (patch) | |
tree | 5e56f5f7c54853086507d94cae02a34c196a4c61 /lang | |
parent | de25e93e9a2ecc7a7147d408555491f4693bc0f1 (diff) | |
download | pkgsrc-3cdcc59ac8381f677eb30fcfc315cbe03b084988.tar.gz |
move BROKEN line to silence pkglint
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 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 |