From d2c014e83529f391e47e03e9890ffe7f2c451610 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 22 Jan 2002 22:18:02 +0000 Subject: [PATCH] Remove the part about setting WITH_GNOME et al. If a port properly sets WANT_GNOME, HAVE_GNOME will be set in bsd.gnome.mk if gnome-config is detected. This is the proper way to handle conditional GNOME dependencies. --- en/gnome/docs/faq.sgml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/en/gnome/docs/faq.sgml b/en/gnome/docs/faq.sgml index 582ef0e6a3..3075a1ffa2 100644 --- a/en/gnome/docs/faq.sgml +++ b/en/gnome/docs/faq.sgml @@ -73,19 +73,6 @@

Currently, building from ports is the preferred method for installing GNOME on FreeBSD, however FreeBSD GNOME team is working on improving situation with pre-buit packages.

- -

After GNOME is installed, you should edit /etc/make.conf, - and add the following lines. If /etc/make.conf does not - exist, create the file, then add the following lines:

- -
-WITH_GTK=yes
-WITH_ESOUND=yes
-WITH_GNOME=yes
-            
- -

This last step is optional, but these lines enable other ports, - such as XMMS, to take advantage of the GNOME installation.