summaryrefslogtreecommitdiff
path: root/mk/defaults/mk.conf
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-17 20:27:30 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-17 20:27:30 +0000
commite09f68cb6b28ba299da00e48be3e72b20fc9c046 (patch)
treee01f1fb12427ddd451a83c16d1eab11df0301e21 /mk/defaults/mk.conf
parent988d227a2f305777b0febedd25459f5855619652 (diff)
downloadpkgsrc-e09f68cb6b28ba299da00e48be3e72b20fc9c046.tar.gz
Remove infrastructure side of Xorg 6.9 support. Begin to simplify
some of the cases of X11_TYPE usage -- it will stay with modular|native, so don't bother with keeping the separation in the tool list.
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 610ffd41bb4..1afbdfdd7ab 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.158 2007/08/14 19:04:56 jlam Exp $
+# $NetBSD: mk.conf,v 1.159 2007/08/17 20:27:31 joerg Exp $
#
# This file provides default values for variables that may be overridden
@@ -255,7 +255,7 @@ VARBASE?= /var
#X11_TYPE?= native
# Used to set the X11 implementation used to build X11 packages.
-# Possible: xorg (uses x11/xorg-libs), or
+# Possible: modular (uses x11/libX11 and friends), or
# native (uses pkgtools/x11-links to use the native, non-pkgsrc-managed X11).
# Default: native
# The default is defined in bsd.prefs.mk to allow platform specific overrides.