From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 21:24:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3A66316A41C for ; Mon, 11 Jul 2005 21:24:25 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from gorgo.centroin.com.br (gorgo.centroin.com.br [200.225.63.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8554F43D45 for ; Mon, 11 Jul 2005 21:24:23 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from hypselo.centroin.com.br (hypselo.centroin.com.br [200.225.63.1]) by gorgo.centroin.com.br (8.12.10/8.12.9) with ESMTP id j6BLOK2w009563 for ; Mon, 11 Jul 2005 18:24:20 -0300 (EST) Date: Mon, 11 Jul 2005 18:24:20 -0300 (EST) From: Sender: To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Subject: How to pass configure options 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, 11 Jul 2005 21:24:25 -0000 Hi all, =09How can I pass some extra "configure" options when making ports? =09I could not find it on FAQ or handbook. =09I=B4m using the "hard" way. =09make fetch =09cd work/someprog/ =09./configure --with... =09cd ../../ =09make =09make install =09Is there any other way to do that from make command line? - Marcelo