diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-01-22 02:14:48 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-01-22 02:14:48 +0000 |
commit | 1022009011a01aada91e9fb338e69412f385b26b (patch) | |
tree | 65e6c543511d07b1d7baf7670d761e6b43dcb682 /korean | |
parent | aceb1e2fb7d3a98ff6a64fac95a6da03c63910d2 (diff) | |
download | ports-1022009011a01aada91e9fb338e69412f385b26b.tar.gz ports-1022009011a01aada91e9fb338e69412f385b26b.zip |
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.
Notes
Notes:
svn path=/head/; revision=53505
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ghostscript-gnu-cjk/Makefile | 2 | ||||
-rw-r--r-- | korean/ghostscript-gnu-korfont/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korean/ghostscript-gnu-cjk/Makefile b/korean/ghostscript-gnu-cjk/Makefile index d3c786f6d901..7e3a1238a5ab 100644 --- a/korean/ghostscript-gnu-cjk/Makefile +++ b/korean/ghostscript-gnu-cjk/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 diff --git a/korean/ghostscript-gnu-korfont/Makefile b/korean/ghostscript-gnu-korfont/Makefile index d3c786f6d901..7e3a1238a5ab 100644 --- a/korean/ghostscript-gnu-korfont/Makefile +++ b/korean/ghostscript-gnu-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 |