summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-06 22:14:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-06 22:14:38 +0000
commit5f81323968003f38cb09015ab2a8b03ed6610c0d (patch)
tree0a9e131f063c2ee6cf5b0f5180058dbc5ac73cfd /Mk/bsd.port.mk
parentCorrect a typo. (diff)
Sync the GNOME comments with the latest bsd.gnome.mk.
Noticed by: Piero <piero@poprostu.pl> Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=78456
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk10
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.