diff options
author | obache <obache@pkgsrc.org> | 2007-10-27 13:35:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-27 13:35:26 +0000 |
commit | 260d826ba356bf0cfae116d96c7d0ce367956f4a (patch) | |
tree | 19b334506acb5a9eaaae45993d0f0896144a340a /mk | |
parent | 74016018eec531e20d650826316e70fe83ea22e4 (diff) | |
download | pkgsrc-260d826ba356bf0cfae116d96c7d0ce367956f4a.tar.gz |
Recent flash player is not compatible with netscape navigator/communicator
as reported in PR 29620 and compatible version have unresolved security issues.
Drop dependency on ns-flash and remove NS_NO_FLASH variable.
Bump PKGREVISION of navigator/communicator.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index da4381d7e53..d786c706d30 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.163 2007/10/09 19:19:13 martti Exp $ +# $NetBSD: mk.conf,v 1.164 2007/10/27 13:35:27 obache Exp $ # # This file provides default values for variables that may be overridden @@ -1384,12 +1384,6 @@ NMH_PAGER?= more # Possible: not defined, communicator, navigator, mozilla # Default: not defined, which implies communicator -#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. |