I'm trying to configure and install apache 2.2 from ports but I'd like it to use the Perl interpreter that I already have on my machine. The problem is that it always insists on using version 5.10.1 (set via the PERL5 variable) and wants to install the Perl 5.10 port. I have 5.12.1 on my machine and I've tried overriding the macro assignment via the -E (and -e) options but
returns
Is there some other way?
Code:
export PERL5=/usr/local/bin/perl
make -E PERL5 -V PERL5
returns
Code:
/usr/local/bin/perl5.10.1
Is there some other way?