diff options
author | nork <nork@FreeBSD.org> | 2003-07-27 06:47:49 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-27 06:47:49 +0800 |
commit | 80b393a6bc5d684d63bfb89d64b7e22ee3d8f365 (patch) | |
tree | a8512757e3e92b69fb8bc780e8b2de3be23c5eb4 /print/ghostscript-gnu-commfont | |
parent | 271d2c5734ba021326030f678d7685713dd44f2c (diff) | |
download | freebsd-ports-gnome-80b393a6bc5d684d63bfb89d64b7e22ee3d8f365.tar.gz freebsd-ports-gnome-80b393a6bc5d684d63bfb89d64b7e22ee3d8f365.tar.zst freebsd-ports-gnome-80b393a6bc5d684d63bfb89d64b7e22ee3d8f365.zip |
Fix dependency on japanese/kochi-ttfonts.
Diffstat (limited to 'print/ghostscript-gnu-commfont')
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
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} |