aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-07-27 06:47:49 +0800
committernork <nork@FreeBSD.org>2003-07-27 06:47:49 +0800
commit80b393a6bc5d684d63bfb89d64b7e22ee3d8f365 (patch)
treea8512757e3e92b69fb8bc780e8b2de3be23c5eb4
parent271d2c5734ba021326030f678d7685713dd44f2c (diff)
downloadfreebsd-ports-gnome-80b393a6bc5d684d63bfb89d64b7e22ee3d8f365.tar.gz
freebsd-ports-gnome-80b393a6bc5d684d63bfb89d64b7e22ee3d8f365.tar.zst
freebsd-ports-gnome-80b393a6bc5d684d63bfb89d64b7e22ee3d8f365.zip
Fix dependency on japanese/kochi-ttfonts.
-rw-r--r--japanese/ghostscript-gnu-jpnfont/Makefile1
-rw-r--r--japanese/vflib/Makefile4
-rw-r--r--print/ghostscript-gnu-commfont/Makefile.common2
-rw-r--r--print/ghostscript7-commfont/Makefile.common2
-rw-r--r--print/ghostscript7-jpnfont/Makefile1
5 files changed, 3 insertions, 7 deletions
diff --git a/japanese/ghostscript-gnu-jpnfont/Makefile b/japanese/ghostscript-gnu-jpnfont/Makefile
index aa7c8faa3693..0355f406110c 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 bbaea83516d3..4e3ab512c3b2 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 0e8ae7923d71..b2c4ae1649f6 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 0e8ae7923d71..b2c4ae1649f6 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 aa7c8faa3693..0355f406110c 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"