Basically my question is how do I get the port to install without having to remove then old package and dependencies first? I'm trying to build pidgin out of the ports tree.
Tried: set env FORCE_PKG_REGISTER Tried: make install FORCE_PKG_REGISTER Sorry for my newbie question and thanks in advance # cd /usr/ports/graphics/cairo # make install ===> Installing cairo-1.4.14 from /usr/ports/packages/i386/all/ Can't install cairo-1.4.14 because of conflicts (cairo-1.4.10) /usr/sbin/pkg_add: cairo-1.4.14:Fatal error *** Error code 1 Stop in /usr/ports/graphics/cairo (line 1422 of /usr/ports/infrastructure/mk/bsd.port.mk). # pkg_delete cairo-1.4.10 Can't remove cairo-1.4.10 without also removing: pango-1.18.4 gtk+2-2.12.7

