summaryrefslogtreecommitdiff
path: root/chinese/moefonts-cid
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-23 01:53:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-23 01:53:58 +0000
commit00ebe87b09fc56e1f9275a298681ada5b0bd7193 (patch)
tree7fabe5adec11a67ebeb9c15c7426250247f40c5e /chinese/moefonts-cid
parentMark ONLY_FOR_ARCHS=i386 alpha. (diff)
Some changes that have not been committed, as part of ports/36112,
snuck in on the commit that was merely supposed to reset the maintainer.
Notes
Notes: svn path=/head/; revision=94740
Diffstat (limited to 'chinese/moefonts-cid')
-rw-r--r--chinese/moefonts-cid/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/chinese/moefonts-cid/Makefile b/chinese/moefonts-cid/Makefile
index 5faabc2e161a..8eb3cbfe12b3 100644
--- a/chinese/moefonts-cid/Makefile
+++ b/chinese/moefonts-cid/Makefile
@@ -18,11 +18,16 @@ EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= MOE CIDFonts converted by Adobe
-RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
+.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
+GSPORT?= print/ghostscript-afpl
+.else
+GSPORT?= print/ghostscript-gnu
+.endif
-NO_BUILD= YES
+RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} \
+ ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
-USE_GHOSTSCRIPT_RUN= yes
+NO_BUILD= YES
pre-fetch:
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes