From owner-freebsd-questions Sat Aug 3 14:32:16 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 94AFE37B400 for ; Sat, 3 Aug 2002 14:32:14 -0700 (PDT) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D91D43E4A for ; Sat, 3 Aug 2002 14:32:14 -0700 (PDT) (envelope-from mij@soupnazi.org) Received: (qmail 9900 invoked from network); 3 Aug 2002 21:32:09 -0000 Received: from unknown (HELO branwen.sfo.geekhouse.net) ([66.93.128.72]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 3 Aug 2002 21:32:09 -0000 Received: from branwen.sfo.geekhouse.net (jim@localhost.sfo.geekhouse.net [127.0.0.1]) by branwen.sfo.geekhouse.net (8.12.5/8.12.5) with ESMTP id g73LW9ll024088; Sat, 3 Aug 2002 14:32:09 -0700 (PDT) (envelope-from mij@soupnazi.org) Received: (from jim@localhost) by branwen.sfo.geekhouse.net (8.12.5/8.12.5/Submit) id g73LW8FV024087; Sat, 3 Aug 2002 14:32:08 -0700 (PDT) (envelope-from mij@soupnazi.org) Date: Sat, 3 Aug 2002 14:32:08 -0700 From: Jim Mock To: cd9@buffalo.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to adjust Makefile vars in ports? Message-ID: <20020803213208.GA23923@branwen.sfo.geekhouse.net> Reply-To: mij@soupnazi.org References: <20020803201531.76405.qmail@web10802.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020803201531.76405.qmail@web10802.mail.yahoo.com> User-Agent: Mutt/1.5.1i 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 On Sat, 03 Aug 2002 at 13:15:31 -0700, The Sapphire Cat wrote: > I have GNOME installed on my system, but I've gone back to fvwm2. I > want to rebuild gaim to not use the panel UI, as I no longer have a > panel. I've tried the following options: > > - Change /usr/ports/net/gaim/Makefile to read "WANT_GNOME = no" > - use make WANT_GNOME=no > - set $WANT_GNOME to no, then use make -E WANT_GNOME WANT_GNOME=no > - set $WANT_GNOME to no, then use make -e > - use gmake > > Kernel and userland stuff is 4.6-STABLE; ports tree is 4.6-RELEASE. Is > this broken in that particular port version, or is there some secret > way of doing it right? make -DWITHOUT_GNOME install You can also put WITHOUT_GNOME= yes in /etc/make.conf. - jim -- jim mock jim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message