Ticket #14418: Portfile.patch

File Portfile.patch, 589 bytes (added by giorgio_v@…, 16 years ago)
  • Portfile

    old new  
    9494        depends_lib-append                      bin:perl:perl5.8
    9595        configure.args-append           --with-perl
    9696}
    97 
     97variant 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}
    98103post-install {
    99104        ui_msg "\nTo use the postgresql server, install the postgresql83-server port"
    100105}