diff options
author | sada <sada@FreeBSD.org> | 2001-04-27 20:13:41 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-04-27 20:13:41 +0800 |
commit | fd0dcb42646f725cc263ff8b0c2d828605437870 (patch) | |
tree | 7f7b5410ffde3823138ad646c9725ba4ba607652 /www/netscape4-communicator | |
parent | d9d0546c9c5c478338a889de97db3cca2745ce6d (diff) | |
download | freebsd-ports-gnome-fd0dcb42646f725cc263ff8b0c2d828605437870.tar.gz freebsd-ports-gnome-fd0dcb42646f725cc263ff8b0c2d828605437870.tar.zst freebsd-ports-gnome-fd0dcb42646f725cc263ff8b0c2d828605437870.zip |
Notate detailed condition about BROKEN 4.76.
Asked by: Sean Lewis <sean@typhoon.sharp.com>
Diffstat (limited to 'www/netscape4-communicator')
-rw-r--r-- | www/netscape4-communicator/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index ce90ed264abf..c3967a73b79b 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-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) |