diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-06 16:33:00 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-06 16:33:00 +0000 |
commit | fa6fad862c136ee02643bf24a4fb7cfc19277179 (patch) | |
tree | fc10bb771d53d0a760434b9ea5b12e055a619790 /lang/tcl-expect | |
parent | d5326636ef163f2669eb5ffd130395b2c39bb98d (diff) | |
download | pkgsrc-fa6fad862c136ee02643bf24a4fb7cfc19277179.tar.gz |
Make this CONFLICT with the old expect package.
Diffstat (limited to 'lang/tcl-expect')
-rw-r--r-- | lang/tcl-expect/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index 81903949130..ae950718290 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/09/05 16:52:33 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2000/09/06 16:33:00 jwise Exp $ # DISTNAME= expect @@ -11,6 +11,8 @@ HOMEPAGE= http://expect.nist.gov/ DEPENDS+= tcl-8.3.2:../../lang/tcl +CONFLICTS+= expect-* + WRKSRC= ${WRKDIR}/expect-5.32 DIST_SUBDIR= expect-5.32.1 |