diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2020-04-25 21:15:24 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2020-04-25 21:15:24 +0000 |
commit | 7246a7edf1707c480bc0962437e48da40460eaed (patch) | |
tree | 2b72b7c8652ffb5871a04bc45f45fa67a232a99f /gnu/usr.bin/perl | |
parent | 2638eaa690ba4b66ff03fa2835fef60dc0d54ad9 (diff) |
Note extra Term-ReadKey build dependency on Cwd
Avoids using the installed Cwd module while building perl
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/Makefile.SH b/gnu/usr.bin/perl/Makefile.SH index 89c05bb118a..23daddb2aa8 100644 --- a/gnu/usr.bin/perl/Makefile.SH +++ b/gnu/usr.bin/perl/Makefile.SH @@ -198,6 +198,7 @@ dynamic_ext_re="lib/auto/re/re.$dlext" extra_dep=' ext/Pod-Functions/pm_to_blib: cpan/Pod-Simple/pm_to_blib cpan/Pod-Escapes/pm_to_blib pod/perlfunc.pod cpan/IO-Compress/pm_to_blib: dist/lib/pm_to_blib +lib/auto/Term/ReadKey/ReadKey.so: lib/auto/Cwd/Cwd.so ' for f in $dynamic_ext; do : the dependency named here will never exist |