diff options
author | mita <mita@FreeBSD.org> | 2002-01-22 10:14:48 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2002-01-22 10:14:48 +0800 |
commit | 008899846ebe3b34c986c327f7f0ed53e0cc6d3c (patch) | |
tree | 0294e0006dba23675b4ef3420afc172b333652f4 /print/ghostscript7-korfont | |
parent | 1ca46f192067de73781bacf4c52a1629918a9d80 (diff) | |
download | freebsd-ports-gnome-008899846ebe3b34c986c327f7f0ed53e0cc6d3c.tar.gz freebsd-ports-gnome-008899846ebe3b34c986c327f7f0ed53e0cc6d3c.tar.zst freebsd-ports-gnome-008899846ebe3b34c986c327f7f0ed53e0cc6d3c.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.
Diffstat (limited to 'print/ghostscript7-korfont')
-rw-r--r-- | print/ghostscript7-korfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |