summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
diff options
context:
space:
mode:
authorAndrew Fresh <afresh1@cvs.openbsd.org>2020-04-25 21:15:24 +0000
committerAndrew Fresh <afresh1@cvs.openbsd.org>2020-04-25 21:15:24 +0000
commit7246a7edf1707c480bc0962437e48da40460eaed (patch)
tree2b72b7c8652ffb5871a04bc45f45fa67a232a99f /gnu/usr.bin/perl
parent2638eaa690ba4b66ff03fa2835fef60dc0d54ad9 (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.SH1
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