Ticket #14697: Portfile-83.diff

File Portfile-83.diff, 609 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    8787}
    8888
    8989variant krb5 description {add support for Kerberos 5 authentication} {
     90        depends_lib-append              path:${prefix}/include/krb5.h:heimdal
    9091        configure.args-append   --with-krb5
    9192}
    9293
     
    9596        configure.args-append           --with-perl
    9697}
    9798
     99variant tcl description {add Tcl support} {
     100        depends_lib-append                      port:tcl
     101        configure.args-append           --with-tcl --with-tclconfig=${prefix}/lib/
     102}
     103
    98104post-install {
    99105        ui_msg "\nTo use the postgresql server, install the postgresql83-server port"
    100106}