From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 13:03:03 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 913E416A4CE for ; Thu, 12 Feb 2004 13:03:03 -0800 (PST) Received: from post.web.ca (post.web.ca [192.139.37.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA3C43D1D for ; Thu, 12 Feb 2004 13:03:03 -0800 (PST) (envelope-from rob@web.ca) Received: by post.web.ca (Postfix, from userid 1001) id 0316076D4; Thu, 12 Feb 2004 16:03:02 -0500 (EST) Date: Thu, 12 Feb 2004 16:03:02 -0500 From: Rob Ellis To: Duane Winner Message-ID: <20040212210302.GG96255@web.ca> Mail-Followup-To: Rob Ellis , Duane Winner , freebsd-questions References: <1076618818.259.17.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1076618818.259.17.camel@localhost> User-Agent: Mutt/1.4.1i cc: freebsd-questions Subject: Re: stupid packages question 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: Thu, 12 Feb 2004 21:03:03 -0000 On Thu, Feb 12, 2004 at 03:46:58PM -0500, Duane Winner wrote: > Hello, > > I'm sure there is an easy answer to this that I just haven't been able > to gleen from reading stuff: > > How can I make packages for all the depencies of a package that I'm > trying to create in one fell swoop? > 'make package-recursive' the default ports make targets are documented in the comments in /usr/ports/Mk/bsd.port.mk - rob