Ticket #14697: Portfile-82.diff

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

    old new  
    7878}
    7979
    8080variant krb5 description {add support for Kerberos 5 authentication} {
     81        depends_lib-append              path:${prefix}/include/krb5.h:heimdal
    8182        configure.args-append   --with-krb5
    8283}
    8384
     
    8687        configure.args-append           --with-perl
    8788}
    8889
     90variant tcl description {add Tcl support} {
     91        depends_lib-append                      port:tcl
     92        configure.args-append           --with-tcl --with-tclconfig=${prefix}/lib/
     93}
     94
    8995post-install {
    9096        ui_msg "\nTo use the postgresql server, install the postgresql82-server port"
    9197}