Solved can't compile VLC

I am trying to build VLC with ASS and cannot seem to get it to finish ...

Code:
==>  Configuring for p5-Locale-gettext-1.07
env: /usr/local/bin/perl5.24.2: No such file or directory
*** Error code 127

Stop.
make[6]: stopped in /usr/ports/devel/p5-Locale-gettext
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/misc/help2man
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/print/texinfo
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/devel/m4
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/devel/autoconf
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/multimedia/libass
*** Error code 1

Stop.
make: stopped in /usr/ports/multimedia/vlc
 
You dont have perl installed.
Code:
cd /usr/ports/lang/perl5.24/ 
make config-recursive
make install clean
or just install the binary package

Code:
pkg install perl5
 
You dont have perl installed.
Code:
cd /usr/ports/lang/perl5.24/
make config-recursive
make install clean
or just install the binary package

Code:
pkg install perl5

Already tried that.

Code:
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
 
Back
Top