Ticket #14697: Portfile-82.diff
File Portfile-82.diff, 609 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 78 78 } 79 79 80 80 variant krb5 description {add support for Kerberos 5 authentication} { 81 depends_lib-append path:${prefix}/include/krb5.h:heimdal 81 82 configure.args-append --with-krb5 82 83 } 83 84 … … 86 87 configure.args-append --with-perl 87 88 } 88 89 90 variant tcl description {add Tcl support} { 91 depends_lib-append port:tcl 92 configure.args-append --with-tcl --with-tclconfig=${prefix}/lib/ 93 } 94 89 95 post-install { 90 96 ui_msg "\nTo use the postgresql server, install the postgresql82-server port" 91 97 }