Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2002 14:32:08 -0700
From:      Jim Mock <mij@soupnazi.org>
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>
In-Reply-To: <20020803201531.76405.qmail@web10802.mail.yahoo.com>
References:  <20020803201531.76405.qmail@web10802.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <mij@soupnazi.org>                            jim@FreeBSD.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020803213208.GA23923>