Ticket #14418: Portfile.patch
File Portfile.patch, 589 bytes (added by giorgio_v@…, 17 years ago) |
---|
-
Portfile
old new 94 94 depends_lib-append bin:perl:perl5.8 95 95 configure.args-append --with-perl 96 96 } 97 97 variant tcl description {add Tcl support} { 98 depends_lib-append port:tcl 99 configure.args-append --with-tcl \ 100 --with-tclconfig=${prefix}/lib 101 configure.env-append TCLSH=${prefix}/bin/tclsh 102 } 98 103 post-install { 99 104 ui_msg "\nTo use the postgresql server, install the postgresql83-server port" 100 105 }