From owner-freebsd-ports Mon Mar 5 5:27: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from c0mailgw08.prontomail.com (mailgw.prontomail.com [216.163.180.10]) by hub.freebsd.org (Postfix) with ESMTP id B17EC37B719 for ; Mon, 5 Mar 2001 05:27:00 -0800 (PST) (envelope-from tkato@prontomail.ne.jp) Received: from mail69.prontomail.com (209.185.149.169) by c0mailgw08.prontomail.com (NPlex 5.1.050) id 3AA21D24000433DE; Mon, 5 Mar 2001 05:25:48 -0800 Received: from c0web05 (216.163.180.10) by mail69.prontomail.com (NPlex 2.0.108); 5 Mar 2001 05:25:45 -0800 From: "KATO Tsuguru" Message-Id: Date: Mon, 5 Mar 2001 22:30:04 +0900 X-Priority: Normal Content-Type: text/plain; charset=ISO-2022-JP To: Takeshi Hiyama Subject: Re: ports/24767: usage of WANT_GNOME is mistaken in ports/games/xpuyopuyo Cc: Steve Price , freebsd-ports@FreeBSD.ORG X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > If I want GNOME support for all ports that support GNOME, > do I have to add both WANT_ and WITH_GNOME to make.conf? No. In this case, adding WITH_GNOME is only you can do. WANT_GNOME is meaningless even if it's defined in make.conf or command line. WANT_GNOME is just for use in ports Makefile. It's a trigger to display message for asking whether user want to support GNOME when GNOME metaport is not installed in system. If GNOME metaport is intalled, GNOME support is always enabled and HAVE_GNOME is automatically set (unless WITHOUT_GNOME is explicitly defined). Therefore, WANT_GNOME line has to be *outside* of ".if defined(HAVE_GNOME) ... .endif" block. -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message