diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-23 01:53:58 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-23 01:53:58 +0000 |
commit | d8e4fa4f4a6ac2c13dbddb908694e27cada4a0a7 (patch) | |
tree | 8bde877c35c2031dd6d600693989c95f39ef71f7 /chinese | |
parent | a1381c94c8cbc069c79f8cc8602fa74e7d5c5986 (diff) | |
download | FreeBSD-ports-d8e4fa4f4a6ac2c13dbddb908694e27cada4a0a7.zip FreeBSD-ports-d8e4fa4f4a6ac2c13dbddb908694e27cada4a0a7.tar.gz |
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.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/moefonts-cid/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/chinese/moefonts-cid/Makefile b/chinese/moefonts-cid/Makefile index 5faabc2..8eb3cbf 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 |