Old Package Lib in new make files

I installed a library package into BCB and then later removed the package;
however, everytime I create a new project it puts a reference to the old
package into my make file and I get an error when I compile stating that the
.lib file cannot be found.  I can remove it from the make file of the new
project and then everything works fine.

Does anybody no how to get rid of it entirely so that it is no longer placed
into the make file of new projects?  I have removed all references from
tools/environment\library and also from project\options\directories and
conditionals.  What am I missing?