From owner-freebsd-questions@FreeBSD.ORG Sat Sep 13 03:25:36 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 5F08216A4BF for ; Sat, 13 Sep 2003 03:25:36 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-8-10.w217-128.abo.wanadoo.fr [217.128.252.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4E243FE0 for ; Sat, 13 Sep 2003 03:25:34 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h8DAPXAD016585; Sat, 13 Sep 2003 12:25:33 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Jens Rehsack Date: Sat, 13 Sep 2003 12:25:30 +0200 User-Agent: KMail/1.5.3 References: <200309131152.07087.ajacoutot@lphp.org> <3F62EB0F.6020100@liwing.de> In-Reply-To: <3F62EB0F.6020100@liwing.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200309131225.33182.ajacoutot@lphp.org> 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:25:36 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 13 September 2003 12:01, Jens Rehsack wrote: > > 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) OK, nice. So it means: $ env CONFIGURE_ARGS+=--with-option3 make -DOPTION2 install clean would work, right ? Antoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/YvCdY3Hnhkr+5cQRAg3CAJ99yhtQ3DvwxyvU+t0j87SZhHS4/gCeJr1q NfCzX+Xyv1w5czL4feYaS2A= =wfJY -----END PGP SIGNATURE-----