Ticket #14417: Portfile.patch
File Portfile.patch, 589 bytes (added by giorgio_v@…, 17 years ago) |
---|
-
Portfile
old new 85 85 depends_lib-append bin:perl:perl5.8 86 86 configure.args-append --with-perl 87 87 } 88 88 variant tcl description {add Tcl support} { 89 depends_lib-append port:tcl 90 configure.args-append --with-tcl \ 91 --with-tclconfig=${prefix}/lib 92 configure.env-append TCLSH=${prefix}/bin/tclsh 93 } 89 94 post-install { 90 95 ui_msg "\nTo use the postgresql server, install the postgresql82-server port" 91 96 }