Re-add the blurb about adding WITH_GTK to /etc/make.conf. Vim, for example,

needs WITH_GTK set in order to build gvim linked to Gtk.
This commit is contained in:
Maxim Sobolev 2002-01-26 21:08:42 +00:00
parent 7a50e4a70a
commit 2738878d75
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11896

View file

@ -70,6 +70,16 @@
# make install clean # make install clean
</pre> </pre>
<p>After installing GNOME, you might consider adding the following
to <tt>/etc/make.conf</tt>:</p>
<pre>
WITH_GTK=yes
</pre>
<p>This is an optional step, but will allow certain ports, such as
Vim, to take advantage of the Gtk+ widget set.</p>
<p>Currently, building from ports is the preferred method for <p>Currently, building from ports is the preferred method for
installing GNOME on FreeBSD, however FreeBSD GNOME team is working installing GNOME on FreeBSD, however FreeBSD GNOME team is working
on improving situation with pre-built packages.</p> on improving situation with pre-built packages.</p>