Ticket #15163: sqlite3-tcl.diff
File sqlite3-tcl.diff, 558 bytes (added by jmroot (Joshua Root), 17 years ago) |
---|
-
databases/sqlite3/Portfile
45 45 xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1 46 46 } 47 47 48 variant tcl description {Include Tcl bindings} { 49 depends_lib-append port:tcl 50 configure.env-append TCLSH_CMD=${prefix}/bin/tclsh 51 configure.args-delete --disable-tcl 52 configure.args-append --enable-tcl --with-tcl=${prefix}/lib 53 }