summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2020-04-25 21:15:23 +0000
committerafresh1 <afresh1@openbsd.org>2020-04-25 21:15:23 +0000
commit50f59ae4458187886356992ff94851502b1b2102 (patch)
tree2d0fca80524333286919299c2b512822f396aa4a /gnu
parentA comma is not appropriate here, use a semicolon (diff)
downloadwireguard-openbsd-50f59ae4458187886356992ff94851502b1b2102.tar.xz
wireguard-openbsd-50f59ae4458187886356992ff94851502b1b2102.zip
Note extra Term-ReadKey build dependency on Cwd
Avoids using the installed Cwd module while building perl
Diffstat (limited to 'gnu')
-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