Ticket #32859: tcl-tls-Portfile.patch

File tcl-tls-Portfile.patch, 553 bytes (added by gustafn, 12 years ago)

Patch for the Portfile

  • /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/tcl-tls/Portfile

    old new  
    44
    55name       tcl-tls
    66version    1.6
    7 revision        1
     7revision        2
    88categories      devel
    99platforms       darwin
    1010maintainers     jmpp openmaintainer
     
    2525worksrcdir      tls${version}
    2626
    2727configure.args  --exec-prefix=${prefix} \
     28                --with-tcl=${prefix}/lib \
    2829                --with-ssl-dir=${prefix}
    2930