diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-13 04:44:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-13 04:44:18 +0000 |
commit | 9fe0402e1e3db8b8cb7921e039b702a2c406c8ac (patch) | |
tree | c14d01d52ae41661265a60e862d3a6a1c720a077 /mk | |
parent | 18734b99395ea3881bd3acde6242131b16bad14c (diff) | |
download | pkgsrc-9fe0402e1e3db8b8cb7921e039b702a2c406c8ac.tar.gz |
Added variable for display depth rasmol gets compiled for, since
it only supports one per executable :-(
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 8 |
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) |