diff options
author | hrs <hrs@FreeBSD.org> | 2007-05-01 03:47:19 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-05-01 03:47:19 +0800 |
commit | b522f5b18500a4e7c5b62e1637f74bec104f501e (patch) | |
tree | 7f9f5495776fdd6abdad8cf94d3efda7cbcd048e /print | |
parent | 56dfea3c840291708c3b45c02e11670946b9e268 (diff) | |
download | freebsd-ports-gnome-b522f5b18500a4e7c5b62e1637f74bec104f501e.tar.gz freebsd-ports-gnome-b522f5b18500a4e7c5b62e1637f74bec104f501e.tar.zst freebsd-ports-gnome-b522f5b18500a4e7c5b62e1637f74bec104f501e.zip |
Fix dependency; CMap files needed for the build now.
Spotted by: pointyhat
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7-commfont/Makefile | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/print/ghostscript7-commfont/Makefile b/print/ghostscript7-commfont/Makefile index 794c645c65a3..4de344c5cf41 100644 --- a/print/ghostscript7-commfont/Makefile +++ b/print/ghostscript7-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 \ |