summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-13 04:44:18 +0000
committerwiz <wiz>2000-03-13 04:44:18 +0000
commit50ec433ac7b7698e30054932074c060439bdcc32 (patch)
treec14d01d52ae41661265a60e862d3a6a1c720a077 /mk/mk.conf.example
parent37c4b5798e9f35c2e6fff9e0d7508d0b3cd94ab9 (diff)
downloadpkgsrc-50ec433ac7b7698e30054932074c060439bdcc32.tar.gz
Added variable for display depth rasmol gets compiled for, since
it only supports one per executable :-(
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 1190589646e..9e9f746d7f7 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.123 2000/03/05 22:30:57 soren Exp $
+# $NetBSD: mk.conf.example,v 1.124 2000/03/13 04:44:18 wiz Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -479,6 +479,12 @@ PAPERSIZE= A4
# Possible: defined, not defined
# Default: not defined
+#RASMOL_DEPTH=
+# Used in rasmol package to choose display depth to compile the package
+# for, since it only supports one at a time.
+# Possible: 8, 16, 32
+# Default: 8
+
#RCS_LOCALID=
# Used in cvs-current package for an RCS Id which is expanded.
# Possible: anything (within reason)