From owner-freebsd-questions Tue Aug 6 9:17:19 2002 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 A4AD237B400 for ; Tue, 6 Aug 2002 09:17:16 -0700 (PDT) Received: from pressure.noc.uk.easynet.net (pressure.noc.uk.easynet.net [195.40.7.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3815043E65 for ; Tue, 6 Aug 2002 09:17:16 -0700 (PDT) (envelope-from marc.silver@uk.easynet.net) Received: by pressure.noc.uk.easynet.net (Postfix, from userid 1332) id 5A9E06C801; Tue, 6 Aug 2002 17:17:15 +0100 (BST) Date: Tue, 6 Aug 2002 17:17:15 +0100 From: Marc Silver To: MikeM Cc: freebsd-questions@FreeBSD.org Subject: Re: How to pass configure parms into a port Message-ID: <20020806161715.GB15696@uk.easynet.net> References: <200208061115140503.0049FE96@sentry.24cl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208061115140503.0049FE96@sentry.24cl.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, You should be able to edit the Makefile for the port and just add this yourself... :) Take a look at any Makefile (/usr/ports/www/apache13/Makefile is a good example) to see how to add configure arguments. This is how I usually do it when I need to... - Marc On Tue, Aug 06, 2002 at 11:15:14AM -0400, MikeM wrote: > I'd like to build the port of the nano editor and I'd like to disable > wrapping in the editor. If I were building nano from the tarball, I'd > specify the --disable-wrapping parameter on the configure step of the > build. > > But I am at a loss trying to specify that parameter on the make step of > building from a port. I checked the handbook, and I didn't find > anything that looked helpful for this question. > > What obvious thing am I overlooking? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message