summaryrefslogtreecommitdiff
path: root/graphics/epstool
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/epstool
parents/sanity-check/check-sanity/ since the latter is the actual target name. (diff)
Use the new ghostscript options.
Submitted by: linimon
Notes
Notes: svn path=/head/; revision=98657
Diffstat (limited to 'graphics/epstool')
-rw-r--r--graphics/epstool/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile
index 9b5f72fcd42e..c966c17cdc02 100644
--- a/graphics/epstool/Makefile
+++ b/graphics/epstool/Makefile
@@ -13,13 +13,7 @@ MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create or extract preview bitmaps in EPS files
-.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
USE_REINPLACE= yes
USE_GMAKE= yes