diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-04-27 12:13:41 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-04-27 12:13:41 +0000 |
commit | 14f80258a98d9fc9adc92887b515c60cb13331e9 (patch) | |
tree | fda7e4f8599b030dd0ee865c5400224cd50763b6 /www/netscape48-communicator | |
parent | ddf750271b543a37074c0b8a165b1f43730aab60 (diff) | |
download | ports-14f80258a98d9fc9adc92887b515c60cb13331e9.tar.gz ports-14f80258a98d9fc9adc92887b515c60cb13331e9.zip |
Notes
Diffstat (limited to 'www/netscape48-communicator')
-rw-r--r-- | www/netscape48-communicator/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index ce90ed264abf..c3967a73b79b 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -16,7 +16,12 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper .if (${PORTVERSION} == "4.76") -BROKEN= "has a serious security hole, use 4.77 instead" +BROKEN= "Has a serious security hole, use 4.77 instead.\ + In addition to,\ + on FreeBSD ports,\ + 4.77 is available only for Linux/Alpha-arch now,\ + and looks Netscape would never support FreeBSD native one\ + any more" .endif .if !defined(INFILE_HEAD) |