I was recently attempting to install via ports graphics/gimp and one of the dependencies was graphics/gimp-app. The compile of gimp-app seemed to go ok, but the installation seemed to fail with this.
I have Perl installed and the package registered, but it's perl-5.16.
How can I find out what is looking for 5.14.4 to correct the behavior? I didn't see any references to perl-5.14.4 in any files under /usr/ports/graphics/gimp-app or in /usr/ports/Mk. I am not sure what and how the older version of Perl is being referenced.
Code:
===> Installing for gimp-app-2.8.10_1,1
===> Checking if graphics/gimp-app already installed
pkg_add: could not find package perl-5.14.4 !
I have Perl installed and the package registered, but it's perl-5.16.
Code:
[root@byte /usr/ports/graphics/gimp]# pkg_info|grep perl
p5-Filter-1.49 Number of source filters for perl5 programs
perl5-5.16.3_6 Practical Extraction and Report Language
How can I find out what is looking for 5.14.4 to correct the behavior? I didn't see any references to perl-5.14.4 in any files under /usr/ports/graphics/gimp-app or in /usr/ports/Mk. I am not sure what and how the older version of Perl is being referenced.