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 | |
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')
-rw-r--r-- | print/ghostscript7-jpnfont/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7-korfont/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |