diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-26 22:47:49 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-26 22:47:49 +0000 |
commit | 00e6cb9b9188f537c79cf863352cf1252ce9e5a4 (patch) | |
tree | bf971300cc7b549b6d3f0f4c447c8f2478e4a4d1 /print/ghostscript-gnu-commfont | |
parent | 0c5f847b1482a74d25dfc13ef2332a451cb913a2 (diff) |
Notes
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} |