Hi,
Any help would be appreciated!
I made my software port on FreeBSD and it's running fine, all that stuff. The problem is: I have a Perl 5.10.1 dependency specified in my port, via the following directive:
But, when I [cmd=]make package[/cmd], the output has no dependencies at all!
Any clue, anyone? I don't know what to thing, as during making the package it clearly see the dependency:
Any help is appreciated.
Thank you!
Any help would be appreciated!
I made my software port on FreeBSD and it's running fine, all that stuff. The problem is: I have a Perl 5.10.1 dependency specified in my port, via the following directive:
Code:
USE_PERL5= 5.10.1+
But, when I [cmd=]make package[/cmd], the output has no dependencies at all!
Code:
> pkg_info -r app-0.9.tbz
Information for app-0.9.tbz:
Depends on:
>
Any clue, anyone? I don't know what to thing, as during making the package it clearly see the dependency:
Code:
===> Vulnerability check disabled, database not found
===> License check disabled, port has not defined LICENSE
===> Extracting for app-0.9
=> SHA256 Checksum OK for app-0.9.tar.gz.
===> app-0.9 depends on file: /usr/local/bin/perl5.14.2 - found
===> Patching for app-0.9
===> app-0.9 depends on file: /usr/local/bin/perl5.14.2 - found
===> app-0.9 depends on file: /usr/local/bin/perl5.14.2 - found
===> Configuring for app-0.9
===> Installing for app-0.9
===> app-0.9 depends on file: /usr/local/bin/perl5.14.2 - found
Any help is appreciated.
Thank you!