Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2001 22:30:04 +0900
From:      "KATO Tsuguru" <tkato@prontomail.ne.jp>
To:        Takeshi Hiyama <th@cis.ibaraki.ac.jp>
Cc:        Steve Price <steve@havk.org>, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/24767: usage of WANT_GNOME is mistaken in  ports/games/xpuyopuyo
Message-ID:  <C221B7C8F6F05D11780500807C90AA21@tkato.prontomail.ne.jp>

next in thread | raw e-mail | index | archive | help
> 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




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