summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-07-23 18:30:24 +0000
committerwiz <wiz@pkgsrc.org>2001-07-23 18:30:24 +0000
commit77d1591c0aacd224102b751398ed9b0994712a06 (patch)
tree2f00384ba6ba2ec206e0ebb923c34d6b9af373ac /mk
parentee3f60dfcdcf6a43c0b160b2afca8fe813c91cd8 (diff)
downloadpkgsrc-77d1591c0aacd224102b751398ed9b0994712a06.tar.gz
Add variable to make navigator/communicator _not_ depend on flash, and
document it in mk.conf.example. Adresses pkg/13343.
Diffstat (limited to 'mk')
-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 92e05625341..ef6728b7681 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.233 2001/07/10 15:07:35 tron Exp $
+# $NetBSD: mk.conf.example,v 1.234 2001/07/23 18:30:24 wiz Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -721,6 +721,12 @@
# Possible: not defined, YES
# Default: not defined
+#NS_NO_FLASH=
+# Used by navigator/communicator package to decide if flash should be
+# installed or not. By default, flash is installed.
+# Possible: not defined, defined
+# Default: not defined
+
#NS_USE_BSDI= YES
# Used to decide if i386 BSDi Netscape binary should be used in preference
# to linux version.