Opened 20 years ago
Closed 20 years ago
#2338 closed enhancement (fixed)
BUG: tk-8.4.7
Reported by: | mahoneyd@… | Owned by: | jkh@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
The Portfile seems to need another entry to the configure args to find tclConfig.sh, or the build fails.
I changed it from
configure.args --mandir=${prefix}
to
configure.args --mandir=${prefix} --with-tcl=${prefix}/lib
Cheers
Note: See
TracTickets for help on using
tickets.
doesnt seem to make any problems - commited;