mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
[PATCH] graphics/eps2png: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54927 Submitted by: Jens Rehsack <rehsack@liwing.de>
This commit is contained in:
parent
e66bdf069c
commit
b07dab8fce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88125
1 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,13 @@ MASTER_SITE_SUBDIR= ../../authors/Johan_Vromans
|
|||
MAINTAINER= nik@freebsd.org
|
||||
COMMENT= Converts EPS images to PNG
|
||||
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
|
||||
.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
|
||||
GSPORT?= print/ghostscript-afpl
|
||||
.else
|
||||
GSPORT?= print/ghostscript-gnu
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue