diff options
author | sada <sada@FreeBSD.org> | 2001-06-03 03:11:53 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-06-03 03:11:53 +0800 |
commit | 841a929fbc0698a597ee6288e756737cf9516253 (patch) | |
tree | ba0ceebb041a8aa3bd87eab22cf180ee7a101f7d /www | |
parent | 7e7d4ff9184d08d4493b07991b3ae5d148c33dcc (diff) | |
download | freebsd-ports-gnome-841a929fbc0698a597ee6288e756737cf9516253.tar.gz freebsd-ports-gnome-841a929fbc0698a597ee6288e756737cf9516253.tar.zst freebsd-ports-gnome-841a929fbc0698a597ee6288e756737cf9516253.zip |
Mark as broken, as same as for 4.76.
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape4-communicator/Makefile | 2 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index be67e128c8fc..a06b099d2477 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -15,7 +15,7 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper -.if (${PORTVERSION} == "4.76") +.if (!defined(BROWSER_VER) || ${PORTVERSION} == "4.76") BROKEN= "Has a serious security hole, use 4.77 instead" .endif diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index be67e128c8fc..a06b099d2477 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -15,7 +15,7 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper -.if (${PORTVERSION} == "4.76") +.if (!defined(BROWSER_VER) || ${PORTVERSION} == "4.76") BROKEN= "Has a serious security hole, use 4.77 instead" .endif |