Ticket #17801: Portfile.diff

File Portfile.diff, 418 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 15 years ago)
  • Portfile

     
    2323
    2424configure.args      --mandir=${prefix}/share/man
    2525
    26 variant perl58 {
     26variant perl5 {
     27        depends_lib-append path:bin/perl:perl5
    2728        configure.args-append --with-perl
    28         depends_lib-append port:perl5.8
     29        configure.perl ${prefix}/bin/perl
    2930}
    3031
    3132variant php5 {