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 --- print/ggv2/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'print/ggv2') diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index 7278ed3c91b7..d9b1bfcb4e8c 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -16,18 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 ghostscript viewer -.if defined(WITH_GHOSTSCRIPT_AFPL) -.if ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif -.else -GSPORT?= print/ghostscript-gnu -.endif - -BUILD_DEPENDS= gs:${PORTSDIR}/${GSPORT} -RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} +USE_GHOSTSCRIPT= yes USE_BZIP2= yes USE_X_PREFIX= yes -- cgit