aboutsummaryrefslogtreecommitdiff
path: root/graphics/eps2png
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:30:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:30:09 +0000
commitb7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch)
tree1b6cdba0063a7653636c9b822f9b7e586ca8a359 /graphics/eps2png
parent77e590c67f5a83837d71c343ff30bbc332704534 (diff)
downloadports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.tar.gz
ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.zip
Use the new ghostscript options.
Submitted by: linimon
Notes
Notes: svn path=/head/; revision=98657
Diffstat (limited to 'graphics/eps2png')
-rw-r--r--graphics/eps2png/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile
index b8fad6d096d1..93c3b968cc77 100644
--- a/graphics/eps2png/Makefile
+++ b/graphics/eps2png/Makefile
@@ -15,13 +15,7 @@ MASTER_SITE_SUBDIR= ../../authors/Johan_Vromans
MAINTAINER= nik@freebsd.org
COMMENT= Converts EPS images to PNG
-.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
-GSPORT?= print/ghostscript-afpl
-.else
-GSPORT?= print/ghostscript-gnu
-.endif
-
-RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT}
+USE_GHOSTSCRIPT_RUN= yes
PERL_CONFIGURE= yes