diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-06 17:33:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-06 17:33:50 +0000 |
commit | 3c7130fadb397d50e6368e659bad674bbef0b702 (patch) | |
tree | 58d99739a989b2189e60e388efaea189d512202a /lang | |
parent | 6eda541e33ca632bc9f91ec88e44f77509cb8dbd (diff) | |
download | pkgsrc-3c7130fadb397d50e6368e659bad674bbef0b702.tar.gz |
Note conflict with perl-base-*, pointed out by David Brownlee
<abs@formula1.com>.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 5bdb7132143..fbb4a8a7ccb 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2001/09/05 17:13:40 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2001/09/06 17:33:50 jlam Exp $ .include "../../lang/perl5/Makefile.common" @@ -10,7 +10,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://language.perl.com/index.html COMMENT= Practical Extraction and Report Language -CONFLICTS= perl-5.00* \ +CONFLICTS= perl-5.00* perl-base-[0-9]* \ p5-CGI-2.66 p5-CGI-2.75 p5-CGI-2.75.[0-2] \ p5-Data-Dumper-2.1[0-9][0-9] p5-Data-Dumper-[0-9][0-9] \ p5-Devel-DProf-[0-9]* p5-Devel-Peek-[0-9]* \ |