From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 21:59:23 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 4BC5B37B401 for ; Wed, 9 Apr 2003 21:59:23 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 74EA643F75 for ; Wed, 9 Apr 2003 21:59:22 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 14458 invoked by uid 65534); 10 Apr 2003 04:59:21 -0000 Received: from i216-58-29-174.gta.igs.net (EHLO [216.58.29.174]) (216.58.29.174) by mail.gmx.net (mp023-rz3) with SMTP; 10 Apr 2003 06:59:21 +0200 From: Adam To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1049950760.64457.53.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 10 Apr 2003 00:59:20 -0400 Content-Transfer-Encoding: 7bit Subject: How to define variables when using portupgrade 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: Thu, 10 Apr 2003 04:59:23 -0000 When compiling a port for the first time, you can define variables for the Makefile easily: make -DWITH_GMP install clean However, I'm not sure how to define the same variable when using portupgrade. Is it possible? I am currently manually deinstalling and recompiling ports whenever I need to customize the compile process. Is there a better way? Thanks, -- Adam