summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorrh <rh>2000-10-15 12:14:57 +0000
committerrh <rh>2000-10-15 12:14:57 +0000
commit3376b568ffdeb866f35916145b2014daeaa31b38 (patch)
tree35ac978128da435535d3faf903fb743785682c5a /mk/mk.conf.example
parented4c7e54fabb723a86ef67fc00c81d2ee9e94119 (diff)
downloadpkgsrc-3376b568ffdeb866f35916145b2014daeaa31b38.tar.gz
Add USE_GLX example entry.
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example9
1 files changed, 7 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index c264c506392..8fd9de7a8e1 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.157 2000/10/15 07:20:43 veego Exp $
+# $NetBSD: mk.conf.example,v 1.158 2000/10/15 12:14:57 rh Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -689,6 +689,11 @@ PAPERSIZE= A4
# Possible: defined, not defined
# Default: not defined
+#USE_GLX=
+# Use Mesa-glx instead of Mesa
+# Possible: not defined, YES
+# Default: not defined
+
#USE_IDEA= NO
# Used in speakfreely and ssh to choose whether to compile using
# the patented IDEA encryption algorithm.
@@ -711,7 +716,7 @@ PAPERSIZE= A4
# Possible: not defined, YES
# Default: not defined
-#USE_MESA=
+#BATTLEBALL_USE_MESA=
# Used in battleball to build in support for OpenGL/Mesa. Will use
# Mesa-glx (rather than Mesa) if Mesa-glx is already installed.
# Possible: not defined, YES