diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-03-26 00:11:34 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-03-26 00:11:34 +0000 |
commit | ce9e5b7d6f9ee560c63fc69d9a0cb4a52945d0a9 (patch) | |
tree | 3b5b13b427894fb98f8b86164221c14193a46306 /japanese | |
parent | Update to the 2002-03-25 snapshot of what will be version 5.2. (diff) |
Fix broken dependency to ja-bdf-fonts.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/netscape4-communicator/Makefile | 2 | ||||
-rw-r--r-- | japanese/netscape48-communicator/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/netscape4-communicator/Makefile b/japanese/netscape4-communicator/Makefile index 6b515f538437..38a69cd9f1d8 100644 --- a/japanese/netscape4-communicator/Makefile +++ b/japanese/netscape4-communicator/Makefile @@ -16,7 +16,7 @@ MAINTAINER?= sada@FreeBSD.org # ?= for ports that include this Makefile RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER_NAME} -RUN_DEPENDS+= ${PKG_DBDIR}/ja-bdf-fonts-1.0:${PORTSDIR}/japanese/bdf-fonts +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" diff --git a/japanese/netscape48-communicator/Makefile b/japanese/netscape48-communicator/Makefile index 6b515f538437..38a69cd9f1d8 100644 --- a/japanese/netscape48-communicator/Makefile +++ b/japanese/netscape48-communicator/Makefile @@ -16,7 +16,7 @@ MAINTAINER?= sada@FreeBSD.org # ?= for ports that include this Makefile RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER_NAME} -RUN_DEPENDS+= ${PKG_DBDIR}/ja-bdf-fonts-1.0:${PORTSDIR}/japanese/bdf-fonts +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" |