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.
This commit is contained in:
parent
899fefdc95
commit
00ebe87b09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94740
1 changed files with 8 additions and 3 deletions
|
@ -18,12 +18,17 @@ 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
|
||||
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} \
|
||||
${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps
|
||||
|
||||
NO_BUILD= YES
|
||||
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
|
||||
@${ECHO} ""
|
||||
|
|
Loading…
Reference in a new issue