diff options
-rw-r--r-- | Mk/bsd.port.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index d07760e361fb..8f2fba9d702a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -328,13 +328,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org ## # USE_GNOME - A list of the Gnome dependencies the port has (e.g., # glib12, gtk12). Implies that the port needs Gnome. -# Implies inclusion of bsd.gnome.mk or bsd.gnomeng.mk. -# (Also see those files for more information about -# USE_GNOMELIBS, USE_GLIB, and USE_GTK). -# Default: not set. -# USE_GNOMENG - Set to yes to use bsd.gnomeng.mk, otherwise, the -# older bsd.gnome.mk is used. The former is preferred -# for new work. Meaningless without USE_GNOME. +# Implies inclusion of bsd.gnome.mk. See bsd.gnome.mk +# or http://www.FreeBSD.org/gnome/docs/porting.html +# for more details. # Default: not set. # # USE_KDEBASE_VER - Set to either 2 or 3 to use the KDE windowing system. |