User Tools

Site Tools


prevent_freebsd_to_install_new_perl_during_make

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

prevent_freebsd_to_install_new_perl_during_make [2020/08/10 02:35] (current)
Line 1: Line 1:
 +====== Prevent Make to install new version of perl ======
  
 +You can specify most of the variables or static package need to be used by make at
 +
 +<code bash>
 +/​etc/​make.conf
 +</​code>​
 +
 +to define perl version you need to use following variable
 +
 +<code bash>
 +PERL_VER=5.8.8
 +PERL_VERSION=5.8.8
 +</​code>​
 +
 +In above case existing perl 5.8.8 is going to be used rather than new version.
prevent_freebsd_to_install_new_perl_during_make.txt ยท Last modified: 2020/08/10 02:35 (external edit)