From owner-freebsd-questions@FreeBSD.ORG Mon May 21 20:17:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D40216A400 for ; Mon, 21 May 2007 20:17:03 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id 51BBC13C44C for ; Mon, 21 May 2007 20:17:03 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.146.188] (port=34566 helo=smtp3.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1HqEJR-00087j-P3; Mon, 21 May 2007 22:17:01 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.214.242]:52984 helo=desktop.homenet) by smtp3.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1HqEJP-0002BV-DA; Mon, 21 May 2007 22:16:59 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Mon, 21 May 2007 22:15:45 +0200 User-Agent: KMail/1.9.6 References: <4651FCF6.2010900@locolomo.org> In-Reply-To: <4651FCF6.2010900@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705212215.45730.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Subject: Re: building packages for dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 20:17:03 -0000 On Monday 21 May 2007 22:11:34 Erik Norgaard wrote: > Hi: > > When I do a > > # make install package > > I only get a package built for the port in question, not for > dependencies. How do I make packages of all dependencies too? > > Thanks, Erik make package-recursive Dan