From owner-freebsd-questions@FreeBSD.ORG Sat Sep 13 03:02:01 2003 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 4872016A4C1 for ; Sat, 13 Sep 2003 03:02:01 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6C144008 for ; Sat, 13 Sep 2003 03:01:52 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 91561 invoked from network); 13 Sep 2003 10:01:51 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 13 Sep 2003 10:01:51 -0000 Message-ID: <3F62EB0F.6020100@liwing.de> Date: Sat, 13 Sep 2003 10:01:51 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030821 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Antoine Jacoutot References: <200309131152.07087.ajacoutot@lphp.org> In-Reply-To: <200309131152.07087.ajacoutot@lphp.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: configure args in ports 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: Sat, 13 Sep 2003 10:02:01 -0000 Antoine Jacoutot wrote: > Hi ! > > How can I pass configure arguments to a port without editing the Makefile ? > Is there something like: > make -DOPTION1 -DOPTION2 CONFIGURE_ARGS="--with_option3" install clean ? see env(1) Regards, Jens