On 26/07/05, Kevin MacPherson <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to go from stable to current. > I have the kernel and userland in place but having trouble updating my > desktop. > When trying to compile gnome I'm getting errors on the dependencies > conflicting with older versions of themselves? > Is there anyway to tell the make command to force reinstall the dependencies? > > After an evening of googling I still can't find the answer. > > > Best Regards, > Kevin MacPherson > >
Hello, Take a look at pkg_add -r ;) OpenBSD favors pkg's over ports. Either that or pkg_delete -q /var/db/pkg/* then complile your stuff. Edd

