summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-14 09:44:34 +0000
committerjlam <jlam>2002-11-14 09:44:34 +0000
commita80c17e297c7dd4637f9f469ca48062f244be57e (patch)
tree704c0766795372f4921216c8e0d4fbbbdefe1056 /mk
parent29ff1399975443c61a1933cd827e265f59f68a23 (diff)
downloadpkgsrc-a80c17e297c7dd4637f9f469ca48062f244be57e.tar.gz
Comment out the X11BASE setting, which is set in bsd.prefs.mk conditionally
based on the value of OPSYS. This was breaking pkgsrc on Solaris.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 0001e2d1a48..88c6d7466d3 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.104 2002/11/10 18:20:44 hubertf Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.105 2002/11/14 09:44:34 jlam Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -86,11 +86,11 @@ CROSSBASE?= ${LOCALBASE}/cross
# Possible: any path
# Default: ${LOCALBASE}/cross
-X11BASE?= /usr/X11R6
+#X11BASE?= /usr/X11R6
# Where X11 is installed on the system.
# (and the default install path of X11 pkgs)
# Possible: any path
-# Default: /usr/X11R6
+# Default: /usr/X11R6, or /usr/openwin for Solaris
#MOTIFBASE?= /usr/X11R6
# Where Motif-2.0-compatible headers and libraries are installed