From b7eeb1b30d83e557cf2a24b7952efbea026c2779 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 20 Jan 2004 16:30:09 +0000 Subject: Use the new ghostscript options. Submitted by: linimon --- print/pstotext/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'print/pstotext') 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" -- cgit v1.2.3