Lines Matching refs:need
21 my $need = 0;
97 # provide all packages we need. When such distros are
100 # So, we need to ignore the packages that distros would
101 # need for LaTeX to work
133 $need++;
390 return if (!$need && !$optional);
459 return if (!$need && !$optional);
514 return if (!$need && !$optional);
558 return if (!$need && !$optional);
588 return if (!$need && !$optional);
614 return if (!$need && !$optional);
795 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
834 $need++ if ($need_sphinx);
846 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
883 my $old_need = $need;
895 $need = $old_need;
976 if ($need == 1) {
977 die "Can't build as $need mandatory dependency is missing";
978 } elsif ($need) {
979 die "Can't build as $need mandatory dependencies are missing";
994 if ($need == 1) {
995 die "Can't build as $need mandatory dependency is missing";
996 } elsif ($need) {
997 die "Can't build as $need mandatory dependencies are missing";