diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
commit | b7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch) | |
tree | 1b6cdba0063a7653636c9b822f9b7e586ca8a359 /graphics/peps | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) |
Use the new ghostscript options.
Submitted by: linimon
Notes
Notes:
svn path=/head/; revision=98657
Diffstat (limited to 'graphics/peps')
-rw-r--r-- | graphics/peps/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile index e944bdccd93b..8673245f49bd 100644 --- a/graphics/peps/Makefile +++ b/graphics/peps/Makefile @@ -15,14 +15,9 @@ MASTER_SITE_SUBDIR= petef MAINTAINER= petef@FreeBSD.org COMMENT= Converts EPS images to anti-aliased PGM bitmaps -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif +USE_GHOSTSCRIPT_RUN= yes -RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} \ - pnmtopng:${PORTSDIR}/graphics/netpbm +RUN_DEPENDS= pnmtopng:${PORTSDIR}/graphics/netpbm USE_REINPLACE= yes |