From owner-freebsd-questions@FreeBSD.ORG Sat May 15 00:11:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E28916A4CE for ; Sat, 15 May 2004 00:11:27 -0700 (PDT) Received: from smtp.web.de (smtp07.web.de [217.72.192.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA35243D46 for ; Sat, 15 May 2004 00:11:26 -0700 (PDT) (envelope-from platanthera@web.de) Received: from [217.235.57.209] (helo=liza.hacienda.herti) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.101 #91) id 1BOtKP-0004Ob-00 for freebsd-questions@freebsd.org; Sat, 15 May 2004 09:11:25 +0200 From: platanthera To: freebsd-questions@freebsd.org Date: Sat, 15 May 2004 09:11:09 +0200 User-Agent: KMail/1.6.2 References: <20040515014423.GR457@cashmere.blitzed.org> In-Reply-To: <20040515014423.GR457@cashmere.blitzed.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405150911.09895.platanthera@web.de> Sender: platanthera@web.de Subject: Re: Display installed port dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 07:11:27 -0000 On Saturday 15 May 2004 03:44, Andy Smith wrote: > Hi, > > Is there a simple way to display a list of all installed packages > that depend on another given installed package? pkg_info -R foo will list all currently installed packages that depend on foo regards