diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-06-02 19:11:53 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-06-02 19:11:53 +0000 |
commit | ce7236329970c55080c1411aa1a5c4b3382b5dd4 (patch) | |
tree | 1816e4a46468fc8df792fcb16ac5584361bb1dc9 /www | |
parent | b0e955dd0c1f6c797b92529b3c223d5ce4aa5a82 (diff) | |
download | ports-ce7236329970c55080c1411aa1a5c4b3382b5dd4.tar.gz ports-ce7236329970c55080c1411aa1a5c4b3382b5dd4.zip |
Notes
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 |