From owner-freebsd-questions Tue Aug 6 8:15:18 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 549E637B400 for ; Tue, 6 Aug 2002 08:15:16 -0700 (PDT) Received: from home.24cl.com (174.113.sn.ct.dsl.thebiz.net [216.238.113.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D9643E6E for ; Tue, 6 Aug 2002 08:15:15 -0700 (PDT) (envelope-from MyRaQ@mgm51.com) Received: from ntmm (unknown [63.119.50.193]) by home.24cl.com (Postfix) with ESMTP id 45C872B27E for ; Tue, 6 Aug 2002 11:15:14 -0400 (EDT) Message-ID: <200208061115140503.0049FE96@sentry.24cl.com> X-Mailer: Calypso Version 3.30.00.00 (1) Date: Tue, 06 Aug 2002 11:15:14 -0400 Reply-To: myraq@mgm51.com From: "MikeM" To: freebsd-questions@FreeBSD.org Subject: How to pass configure parms into a port Content-Type: text/plain; charset="ISO-8859-1" 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 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? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message