User Tools

Site Tools


prevent_freebsd_to_install_new_perl_during_make
no way to compare when less than two revisions

Differences

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


Last revision
prevent_freebsd_to_install_new_perl_during_make [2009/05/08 23:14] – created k2patel
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 by 127.0.0.1