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/pstoepsi | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) | |
download | ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.tar.gz ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.zip |
Notes
Diffstat (limited to 'graphics/pstoepsi')
-rw-r--r-- | graphics/pstoepsi/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/pstoepsi/Makefile b/graphics/pstoepsi/Makefile index f09367980c3c..058a4cba88a2 100644 --- a/graphics/pstoepsi/Makefile +++ b/graphics/pstoepsi/Makefile @@ -16,14 +16,9 @@ EXTRACT_ONLY= #empty MAINTAINER= mita@FreeBSD.org COMMENT= Wiliam Chia-Wei Cheng's yet another PS to EPSI converter -.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= pbmtoepsi:${PORTSDIR}/graphics/netpbm \ - gs:${PORTSDIR}/${GSPORT} +RUN_DEPENDS= pbmtoepsi:${PORTSDIR}/graphics/netpbm NO_WRKSUBDIR= yes |