summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-05 17:11:37 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-05 17:11:37 +0000
commited8841d0fdf382d6b115bce9d7ccb632e0ac0d12 (patch)
tree979d5f148a85761e6609f6b9a591767f2c6d3288 /mk/defaults
parent6f75213cec21819be6af4cfcc075f62aee5131e2 (diff)
downloadpkgsrc-ed8841d0fdf382d6b115bce9d7ccb632e0ac0d12.tar.gz
Move the default value of X11_TYPE from x11.version.mk into
bsd.prefs.mk. Add a coment to defaults/mk.conf, why the entry should be left commented out there.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index d659744b993..eab6e06c10e 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.120 2006/06/04 14:56:37 joerg Exp $
+# $NetBSD: mk.conf,v 1.121 2006/06/05 17:11:37 joerg Exp $
#
# This file provides default values for variables that may be overridden
@@ -193,6 +193,7 @@ VARBASE?= /var
# Possible: xorg (uses x11/xorg-libs), XFree86 (uses x11/XFree86-libs), 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.
#X11BASE?= /usr/X11R6
# Where X11 is installed on the system.