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 | 690d38ebe54ceff1e81ba5905b7ab7e5917dca59 (patch) | |
tree | 19b334506acb5a9eaaae45993d0f0896144a340a /www/navigator/Makefile.common | |
parent | afcddec80f8cebd9af4e4bd0f0336099419cb8a6 (diff) | |
download | pkgsrc-690d38ebe54ceff1e81ba5905b7ab7e5917dca59.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 'www/navigator/Makefile.common')
-rw-r--r-- | www/navigator/Makefile.common | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 8585851a0ca..d8c5567f5a9 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.86 2007/07/29 05:19:57 jlam Exp $ +# $NetBSD: Makefile.common,v 1.87 2007/10/27 13:35:26 obache Exp $ # # Common include file for communicator and navigator packages @@ -65,9 +65,6 @@ DISTUNAME= sparc-sun-solaris2.8 DIST_DIR_NAME= supported/sunos58 WRKNAME= sparc-sun-solaris2.8 . endif -. if !defined(NS_NO_FLASH) -DEPENDS+= ns-flash>4.0:../../multimedia/ns-flash -. endif .elif ${EMUL_PLATFORM} == "sunos-sparc" NS_VERS= 4.61 @@ -105,9 +102,6 @@ PKGREVISION= 1 DISTUNAME= x86-unknown-linux2.2 DIST_DIR_NAME= supported/linux22 WRKNAME= x86-unknown-linux2.2 -. if !defined(NS_NO_FLASH) -DEPENDS+= ns-flash>4.0:../../multimedia/ns-flash -. endif . if ${BINNAME} == "communicator" BUILD_DEPENDS= binpatch>=1.0:../../pkgtools/binpatch |