diff options
-rw-r--r-- | japanese/ghostscript-gnu-jpnfont/Makefile | 1 | ||||
-rw-r--r-- | japanese/vflib/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile.common | 2 | ||||
-rw-r--r-- | print/ghostscript7-commfont/Makefile.common | 2 | ||||
-rw-r--r-- | print/ghostscript7-jpnfont/Makefile | 1 |
5 files changed, 3 insertions, 7 deletions
diff --git a/japanese/ghostscript-gnu-jpnfont/Makefile b/japanese/ghostscript-gnu-jpnfont/Makefile index aa7c8faa369..0355f406110 100644 --- a/japanese/ghostscript-gnu-jpnfont/Makefile +++ b/japanese/ghostscript-gnu-jpnfont/Makefile @@ -9,7 +9,6 @@ MASTERDIR= ${.CURDIR}/../../print/ghostscript-gnu-commfont .undef COMMFONT -BROKEN= "Broken dependency" JPNFONT= yes .include "${MASTERDIR}/Makefile.common" diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index bbaea83516d..4e3ab512c3b 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -18,9 +18,7 @@ COMMENT= Japanese Vector font library BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts - -BROKEN= "Broken dependency" +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts VFLIB_VERSION= 2.25.6 PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} diff --git a/print/ghostscript-gnu-commfont/Makefile.common b/print/ghostscript-gnu-commfont/Makefile.common index 0e8ae7923d7..b2c4ae1649f 100644 --- a/print/ghostscript-gnu-commfont/Makefile.common +++ b/print/ghostscript-gnu-commfont/Makefile.common @@ -28,7 +28,7 @@ PLIST_SUB+= CIDFNMAP="${CIDFNMAP}" CATEGORIES:= japanese ${CATEGORIES} PKGNAMEPREFIX= ja- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-jpnfont -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts CIDFNMAP= CIDFnmap.jp .elif defined(KORFONT) CATEGORIES:= korean ${CATEGORIES} diff --git a/print/ghostscript7-commfont/Makefile.common b/print/ghostscript7-commfont/Makefile.common index 0e8ae7923d7..b2c4ae1649f 100644 --- a/print/ghostscript7-commfont/Makefile.common +++ b/print/ghostscript7-commfont/Makefile.common @@ -28,7 +28,7 @@ PLIST_SUB+= CIDFNMAP="${CIDFNMAP}" CATEGORIES:= japanese ${CATEGORIES} PKGNAMEPREFIX= ja- PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-jpnfont -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts CIDFNMAP= CIDFnmap.jp .elif defined(KORFONT) CATEGORIES:= korean ${CATEGORIES} diff --git a/print/ghostscript7-jpnfont/Makefile b/print/ghostscript7-jpnfont/Makefile index aa7c8faa369..0355f406110 100644 --- a/print/ghostscript7-jpnfont/Makefile +++ b/print/ghostscript7-jpnfont/Makefile @@ -9,7 +9,6 @@ MASTERDIR= ${.CURDIR}/../../print/ghostscript-gnu-commfont .undef COMMFONT -BROKEN= "Broken dependency" JPNFONT= yes .include "${MASTERDIR}/Makefile.common" |