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 /print/pstotext/Makefile | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) | |
download | ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.tar.gz ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.zip |
Notes
Diffstat (limited to 'print/pstotext/Makefile')
-rw-r--r-- | print/pstotext/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index d6a70beea282..f1cd66e579a5 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -15,17 +15,11 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ob@breuninger.org COMMENT= A PostScript to Text converter -.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 MAN1= pstotext.1 -pre-fetch: +pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes @${ECHO} "" @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" |