diff options
author | sada <sada@FreeBSD.org> | 2001-04-10 23:53:50 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-04-10 23:53:50 +0800 |
commit | 62898ac36fa820460cedb240a058b6a9ce76911a (patch) | |
tree | 1885867f905c4d29b31a8024fe56a6cf0cef8f58 /japanese/netscape48-communicator | |
parent | 86eb596382e55d4474e060b846617554aff636ce (diff) | |
download | freebsd-ports-gnome-62898ac36fa820460cedb240a058b6a9ce76911a.tar.gz freebsd-ports-gnome-62898ac36fa820460cedb240a058b6a9ce76911a.tar.zst freebsd-ports-gnome-62898ac36fa820460cedb240a058b6a9ce76911a.zip |
Mark as broken as same as www category's one.
cf. <http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/netscape4-communicator/Makefile#rev1.77>
Diffstat (limited to 'japanese/netscape48-communicator')
-rw-r--r-- | japanese/netscape48-communicator/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/netscape48-communicator/Makefile b/japanese/netscape48-communicator/Makefile index 02df5db0d682..4235620bde3a 100644 --- a/japanese/netscape48-communicator/Makefile +++ b/japanese/netscape48-communicator/Makefile @@ -18,6 +18,10 @@ MAINTAINER?= sada@FreeBSD.org RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER} RUN_DEPENDS+= ${PKG_DBDIR}/ja-netscape-fonts-1.0:${PORTSDIR}/japanese/netscape-fonts +.if (${PORTVERSION} == "4.76") +BROKEN= "has a serious security hole, use 4.77 instead" +.endif + MAN1= ja-netscape.1 MANLANG= ja NO_BUILD= yes |