diff options
author | abs <abs> | 2000-09-02 23:18:26 +0000 |
---|---|---|
committer | abs <abs> | 2000-09-02 23:18:26 +0000 |
commit | 64ce70064277361cfd9551cb0722b67fc8c802ce (patch) | |
tree | c7b7b2709194e3d34eb0c954db72e8e7d52b05bc /mk | |
parent | 75e77cbd58a771629024f252036ae12158295590 (diff) | |
download | pkgsrc-64ce70064277361cfd9551cb0722b67fc8c802ce.tar.gz |
Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variable
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 39d76b7aeee..9ad823028c6 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.148 2000/08/30 18:00:50 abs Exp $ +# $NetBSD: mk.conf.example,v 1.149 2000/09/02 23:18:26 abs Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -504,6 +504,11 @@ # Possible: export, us # Default: export +#NS_NAVIGATOR= +# Used by netscape package if navigator is preferred over communicator +# Possible: not defined, YES +# Default: not defined + #NS_USE_BSDI= YES # Used to decide if i386 BSDi Netscape binary should be used in preference # to linux version. |