diff options
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.perl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk index 55beb46bc617..408fbccfadc9 100644 --- a/Mk/bsd.perl.mk +++ b/Mk/bsd.perl.mk @@ -213,7 +213,7 @@ USE_PERL5= yes # Disable AutoInstall from attempting to install from CPAN directly in # the case of missing dependencies. This causes the build to loop on # the build cluster asking for interactive input. -CONFIGURE_ENV+= "PERL_EXTUTILS_AUTOINSTALL=--skipdeps" +CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL="--skipdeps" .if defined(BATCH) && !defined(IS_INTERACTIVE) CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="YES" .endif # defined(BATCH) && !defined(IS_INTERACTIVE) |