Re-word the bit about GNOME 1 applets in a GNOME 2 environment. Instead of

saying, "can have," say, "can build," which should hopefully solve
any confusion.
This commit is contained in:
Joe Marcus Clarke 2003-01-28 06:55:10 +00:00
parent b3a9dd6462
commit aff5b08725
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15829

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.25 2002/12/08 06:59:44 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.26 2003/01/28 06:49:26 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -170,7 +170,7 @@ USE_GNOME= &lt;list of GNOME components&gt;
<li><p><tt>libpanel</tt> : This adds a dependency on
<tt>x11/libpanel</tt>. Use this if your port installs
an applet that can be placed in the GNOME 1 panel. <b>Note:</b>
even though you can have GNOME 1 applets in a
even though you can build GNOME 1 applets in a
GNOME 2 desktop environment, they will <b>not</b> work
with the GNOME 2 panel.<br>
<i>Implies</i>: <tt>gnomelibs</tt></p></li>