Ticket #51115: py-pickleshare_Portfile.diff

File py-pickleshare_Portfile.diff, 539 bytes (added by jjstickel (Jonathan Stickel), 8 years ago)
  • Portfile

    old new  
    66
    77name                py-pickleshare
    88version             0.7.2
    9 revision            0
     9revision            1
    1010categories-append   devel science
    1111platforms           darwin
    1212license             BSD
     
    3030if {${name} ne ${subport}} {
    3131    depends_build-append \
    3232                        port:py${python.version}-setuptools
    33     depends_lib-append  port:py${python.version}-path
     33    depends_lib-append  port:py${python.version}-pathlib2
    3434
    3535    livecheck.type      none
    3636} else {