diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-03-29 15:53:33 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-03-29 15:53:33 +0000 |
commit | 274b18d82a19fa716d8df39a2696e7d1670bd331 (patch) | |
tree | f8de38b6702b2cda32c48f07443ae52fb7868c6a | |
parent | 86c3899635266d4d205093534e697d43303753a9 (diff) | |
download | ports-274b18d82a19fa716d8df39a2696e7d1670bd331.tar.gz ports-274b18d82a19fa716d8df39a2696e7d1670bd331.zip |
Notes
-rw-r--r-- | japanese/netscape3.language/Makefile | 1 | ||||
-rw-r--r-- | japanese/netscape4-communicator/Makefile | 2 | ||||
-rw-r--r-- | japanese/netscape48-communicator/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/japanese/netscape3.language/Makefile b/japanese/netscape3.language/Makefile index 6927af642283..ce220a8f9f32 100644 --- a/japanese/netscape3.language/Makefile +++ b/japanese/netscape3.language/Makefile @@ -19,6 +19,7 @@ MAINTAINER= sada@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/bin/netscape:${PORTSDIR}/www/netscape3 \ ${PKG_DBDIR}/ja-netscape-fonts-1.0:${PORTSDIR}/japanese/netscape-fonts +IGNORE= "is old and has some security bugs" DIST_SUBDIR= netscape3 NO_WRKSUBDIR= YES NO_BUILD= YES diff --git a/japanese/netscape4-communicator/Makefile b/japanese/netscape4-communicator/Makefile index 38a69cd9f1d8..e4099c4e605f 100644 --- a/japanese/netscape4-communicator/Makefile +++ b/japanese/netscape4-communicator/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/ne RUN_DEPENDS+= ${PKG_DBDIR}/ja-bdf-fonts-1.0_1:${PORTSDIR}/japanese/bdf-fonts .if (!defined(BROWSER_VERSION) || ${PORTVERSION} == "4.76") -BROKEN= "has a serious security hole, use 4.77 instead" +IGNORE= "has a serious security hole, use 4.77 instead" .endif MAN1= ja-netscape.1 diff --git a/japanese/netscape48-communicator/Makefile b/japanese/netscape48-communicator/Makefile index 38a69cd9f1d8..e4099c4e605f 100644 --- a/japanese/netscape48-communicator/Makefile +++ b/japanese/netscape48-communicator/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/ne RUN_DEPENDS+= ${PKG_DBDIR}/ja-bdf-fonts-1.0_1:${PORTSDIR}/japanese/bdf-fonts .if (!defined(BROWSER_VERSION) || ${PORTVERSION} == "4.76") -BROKEN= "has a serious security hole, use 4.77 instead" +IGNORE= "has a serious security hole, use 4.77 instead" .endif MAN1= ja-netscape.1 |