diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-04 10:44:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-04 10:44:33 +0000 |
commit | e3f012b6c38af49bd089933d7347c75335bc8b70 (patch) | |
tree | 6bdfacc71854d488979c968bd7ada763edf68fe7 | |
parent | 8807a69beffe834e8b650458f59a2940dc1a0803 (diff) | |
download | pkgsrc-e3f012b6c38af49bd089933d7347c75335bc8b70.tar.gz |
perl: Revert previous, thinko
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 02b842addf7..a7beea9b48a 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.265 2020/09/04 10:43:38 wiz Exp $ +# $NetBSD: Makefile,v 1.266 2020/09/04 10:44:33 wiz Exp $ .include "license.mk" .include "Makefile.common" @@ -16,6 +16,7 @@ CONFLICTS+= p5-AutoLoader<5.74 CONFLICTS+= p5-CPAN<2.2700 # 2.27 CONFLICTS+= p5-CPAN-Meta<2.150010 CONFLICTS+= p5-CPAN-Meta-Requirements<2.140 +CONFLICTS+= p5-CPAN-Meta-YAML<0.018 CONFLICTS+= p5-Compress-Raw-Bzip2<2.093 CONFLICTS+= p5-Compress-Raw-Zlib<2.093 CONFLICTS+= p5-DB_File<1.853 |