On 2010/12/03 05:43, Mikhail Teterin wrote:
Make this work with what TCL/TK are installed in case, Insight is requested. This required an explicit inclusion of bsd.tcl.mk -- because options-parsing occurs in bsd.ports.pre.mk, and it is too late to set USE_TK after that. Don't know a better way around :(
OPTIONS= [..] .include <bsd.port.options.mk> .if (WITH_FOO) USE_TK= [..] .endif .include <bsd.port.pre.mk> do-[..] .include <bsd.port.post.mk> -- Pav Lucistnik <[email protected]> <[email protected]> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
