diff options
author | hrs <hrs@FreeBSD.org> | 2007-05-01 06:28:27 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-05-01 06:28:27 +0800 |
commit | b13d775991371affd0251a42e88d190e3788878a (patch) | |
tree | a4690b232db1d3378585f1b89ecdfa41c6f26fff /print | |
parent | 132a9b8ce316018fd71c3f290f9533f12f25ac28 (diff) | |
download | freebsd-ports-gnome-b13d775991371affd0251a42e88d190e3788878a.tar.gz freebsd-ports-gnome-b13d775991371affd0251a42e88d190e3788878a.tar.zst freebsd-ports-gnome-b13d775991371affd0251a42e88d190e3788878a.zip |
Re-add a RUN_DEPENDS line accidentally removed in the previous commit.
Pointy hat to: hrs
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript7-commfont/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/print/ghostscript-gnu-commfont/Makefile b/print/ghostscript-gnu-commfont/Makefile index 4de344c5cf41..b9e73b7191e4 100644 --- a/print/ghostscript-gnu-commfont/Makefile +++ b/print/ghostscript-gnu-commfont/Makefile @@ -16,6 +16,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Common files for GNU Ghostscript CJK font support BUILD_DEPENDS= ${CMAPDIR}/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps +RUN_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 4de344c5cf41..b9e73b7191e4 100644 --- a/print/ghostscript7-commfont/Makefile +++ b/print/ghostscript7-commfont/Makefile @@ -16,6 +16,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Common files for GNU Ghostscript CJK font support BUILD_DEPENDS= ${CMAPDIR}/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps +RUN_DEPENDS= ${CMAPDIR}/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps NO_WRKSUBDIR= yes SUB_FILES= pkg-message \ |