From 832fa9838ab1e4697a84f093306a5259c766afd6 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 20 Jan 2004 16:30:09 +0000 Subject: Use the new ghostscript options. Submitted by: linimon --- deskutils/gworkspace/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'deskutils/gworkspace') diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index cf62854a6c93..4ac986643fff 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -27,17 +27,10 @@ USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes MAKEFILE= GNUmakefile -.ifdef WITHOUT_GHOSTSCRIPT -PLIST_SUB+= PDFVIEW="@comment " -.else -.if defined(WITH_GHOSTSCRIPT_AFP1) -GSPORT?= print/ghostscript-afp1 -.else -GSPORT?= print/ghostscript-gnu -.endif -BUILD_DEPENDS+= gs:${PORTSDIR}/${GSPORT} -RUN_DEPENDS+= gs:${PORTSDIR}/${GSPORT} +.ifdef USE_GHOSTSCRIPT PLIST_SUB+= PDFVIEW="" +.else +PLIST_SUB+= PDFVIEW="@comment " .endif .include -- cgit