diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 22:14:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 22:14:38 +0000 |
commit | 5f81323968003f38cb09015ab2a8b03ed6610c0d (patch) | |
tree | 0a9e131f063c2ee6cf5b0f5180058dbc5ac73cfd /Mk | |
parent | 82bacc44eaa10f97a2c1a86107cdcb30b2f959ae (diff) |
Notes
Diffstat (limited to 'Mk')
-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. |