Date: Sun, 10 Aug 2008 12:02:05 +0200 From: Pieter de Goeje <pieter@degoeje.nl> To: freebsd-questions@freebsd.org Cc: ervin <ervin23@gmail.com> Subject: Re: Removing a port & its dependencies / Message-ID: <200808101202.05856.pieter@degoeje.nl> In-Reply-To: <b4d972400808100223x77098ab7see01714692fd1cd4@mail.gmail.com> References: <b4d972400808100223x77098ab7see01714692fd1cd4@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 10 August 2008, ervin wrote: > hi, > > I installed a port with "make install" and it worked including > installation of dependencies > > Removing the port: > > Do I use pkg_delete or .... ? > I want the dependencies to me removed as well .... the "make deinstall" > deinstall the primary port but not the dependencies. You can use pkg_rmleaves or pkg_cutleaves (both in ports/ports-mgmt). -- Pieter de Goeje
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808101202.05856.pieter>