Ticket #14417: Portfile.patch

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

    old new  
    8585        depends_lib-append                      bin:perl:perl5.8
    8686        configure.args-append           --with-perl
    8787}
    88 
     88variant 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}
    8994post-install {
    9095        ui_msg "\nTo use the postgresql server, install the postgresql82-server port"
    9196}