Ticket #37609: Portfile-wget.diff

File Portfile-wget.diff, 726 bytes (added by nonstop.server@…, 12 years ago)

proposed patch

  • Portfile

    old new  
    44PortSystem              1.0
    55PortGroup               conflicts_build 1.0
    66PortGroup               muniversal 1.0
     7PortGroup               perl5 1.0
    78
    89name                    wget
    910version                 1.14
     
    5758    }
    5859}
    5960variant test description {Add dependencies needed to run tests} {
    60     depends_build-append    port:p5-libwww-perl \
    61                             port:p5-io-socket-ssl
     61    depends_build-append    port:p${perl5.major}-libwww-perl \
     62                            port:p${perl5.major}-io-socket-ssl
    6263    test.run                yes
    6364    test.target             check
    6465}