aboutsummaryrefslogtreecommitdiff
path: root/print/magicfilter
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:30:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-20 16:30:09 +0000
commitb7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch)
tree1b6cdba0063a7653636c9b822f9b7e586ca8a359 /print/magicfilter
parent77e590c67f5a83837d71c343ff30bbc332704534 (diff)
downloadports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.tar.gz
ports-b7eeb1b30d83e557cf2a24b7952efbea026c2779.zip
Use the new ghostscript options.
Submitted by: linimon
Notes
Notes: svn path=/head/; revision=98657
Diffstat (limited to 'print/magicfilter')
-rw-r--r--print/magicfilter/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index 130ef16f6648..707783a9e72d 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -14,16 +14,7 @@ MASTER_SITE_SUBDIR= system/printing
MAINTAINER= cjh@FreeBSD.org
COMMENT= Customizable, extensible automatic printer filter
-# at least, gs must exist in many case
-.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
-GSPORT?= print/ghostscript-afpl
-.else
-GSPORT?= print/ghostscript-gnu
-.endif
-
-BUILD_DEPENDS= ${PREFIX}/bin/gs:${PORTSDIR}/${GSPORT}
-# to give freedom to choose your favor gs..
-#RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
+USE_GHOSTSCRIPT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -31,7 +22,7 @@ MAN8= magicfilter.8
.include <bsd.port.pre.mk>
-pre-fetch:
+pre-everything::
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
@${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"