diff options
author | grant <grant> | 2004-02-08 23:04:55 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-08 23:04:55 +0000 |
commit | 2323c9eae12fc04f9e0d99794d2cf35aa144e23e (patch) | |
tree | 93f20b64fea5d7f74080898d126f3d0da68c954b /devel | |
parent | 95d6b970a640c3a7eea5023acb1cbb6bd90e5449 (diff) | |
download | pkgsrc-2323c9eae12fc04f9e0d99794d2cf35aa144e23e.tar.gz |
add a CONFLICT on the old PKGNAME.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Expect/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile index 1964d196100..b7b1b3f5b84 100644 --- a/devel/p5-Expect/Makefile +++ b/devel/p5-Expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/02/06 08:38:59 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/02/08 23:04:55 grant Exp $ DISTNAME= Expect-1.15 PKGNAME= p5-Expect-1.15 @@ -12,6 +12,8 @@ COMMENT= Perl version of the TCL "expect" tool DEPENDS+= p5-IO-stty-[0-9]*:../../devel/p5-IO-Stty DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty +CONFLICTS+= p5-expect-[0-9]* + USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Expect/.packlist |