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