diff options
-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 541c4f34fa06..757b52eb0373 100644 --- a/Mk/bsd.perl.mk +++ b/Mk/bsd.perl.mk @@ -170,7 +170,7 @@ CONFIGURE_ARGS+= INSTALLDIRS="site" .endif # defined(PERL_MODBUILD) .if defined(PERL_CONFIGURE) -USE_PERL5= yes +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. |