From 008899846ebe3b34c986c327f7f0ed53e0cc6d3c Mon Sep 17 00:00:00 2001 From: mita Date: Tue, 22 Jan 2002 02:14:48 +0000 Subject: An effort to solve building problem at bento. Only the reason I can suspect for failure of getting correct dependency (to print/ghostscript-gnu-cjk) is missing white space after port directory.. http://bento.freebsd.org/errorlogs/4-latest/ja-ghostscript-gnu-cjk-6.52.log http://bento.freebsd.org/errorlogs/4-latest/ko-ghostscript-gnu-cjk-6.52.log Submitted by: bento error log. --- print/ghostscript7-jpnfont/Makefile | 2 +- print/ghostscript7-korfont/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/ghostscript7-jpnfont/Makefile b/print/ghostscript7-jpnfont/Makefile index 4a93fb0bd4ca..e7e4140473ff 100644 --- a/print/ghostscript7-jpnfont/Makefile +++ b/print/ghostscript7-jpnfont/Makefile @@ -15,7 +15,7 @@ DISTFILES= # empty MAINTAINER= mita@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/cid.sh:${PORTSDIR}/print/ghostscript-gnu-cjk\ +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/cid.sh:${PORTSDIR}/print/ghostscript-gnu-cjk \ ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts NO_BUILD= yes diff --git a/print/ghostscript7-korfont/Makefile b/print/ghostscript7-korfont/Makefile index d3c786f6d901..7e3a1238a5ab 100644 --- a/print/ghostscript7-korfont/Makefile +++ b/print/ghostscript7-korfont/Makefile @@ -15,7 +15,7 @@ DISTFILES= # empty MAINTAINER= mita@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/cid.sh:${PORTSDIR}/print/ghostscript-gnu-cjk\ +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/cid.sh:${PORTSDIR}/print/ghostscript-gnu-cjk \ ${LOCALBASE}/share/ghostscript/fonts/Munhwa-Bold:${PORTSDIR}/korean/munhwafonts-cid NO_BUILD= yes -- cgit