diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-04-30 19:47:19 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-04-30 19:47:19 +0000 |
commit | 7d3b213d5fff7adea43377037a98dbe0da30c503 (patch) | |
tree | fbae378a08817b25305c25d3b02535307125f29d /print/ghostscript-gnu-commfont | |
parent | 3e6ccabc05c38acf5e335ab33c6314ca63c4f934 (diff) |
Fix dependency; CMap files needed for the build now.
Spotted by: pointyhat
Notes
Notes:
svn path=/head/; revision=191226
Diffstat (limited to 'print/ghostscript-gnu-commfont')
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-gnu-commfont/Makefile b/print/ghostscript-gnu-commfont/Makefile index 794c645c65a3..4de344c5cf41 100644 --- a/print/ghostscript-gnu-commfont/Makefile +++ b/print/ghostscript-gnu-commfont/Makefile @@ -15,7 +15,7 @@ DISTFILES= # empty MAINTAINER= hrs@FreeBSD.org COMMENT= Common files for GNU Ghostscript CJK font support -RUN_DEPENDS= ${CMAPDIR}/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps +BUILD_DEPENDS= ${CMAPDIR}/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps NO_WRKSUBDIR= yes SUB_FILES= pkg-message \ |